| Method name |
http://planner.zoho.com/api/private/xml/list/add
|
| API description |
Given ticket, apikey, user's page id from the list of
pages and list name, returns a new list created in that page on
successful authentication. |
| Parameters
to be passed |
ticket, apikey, pageId and listName |
| Sample call |
<form method="post"
action="http://planner.zoho.com/api/private/xml/list/add?ticket=[Ticket]&apikey=[ApiKey]">
<input type="hidden" name="pageId" value="1">
<input type="hidden" name="listName" value="List through api">
<input type="submit" value="Create New List" name="submit">
</form>
|
| Output XML |
<response
uri="/api/private/xml/list/add">
<result>
<List>
<list_id>48601</list_id>
<list_name>List thro
API</list_name>
<page_id>1</page_id>
<sequence>6</sequence>
</List>
</result>
</response> |