ZP - Add page tags

Tags:  



Add page tags.

 
 
Method name http://planner.zoho.com/api/private/xml/tag/add
API description Given the ticket, apikey, pageId from the list of pages and the tagsList, all the tags gets added in that page on successful authentication.
Parameters to be passed ticket, apikey, pageId, tagsList (Tags separated by space)
Sample call <form method="post" action="http://planner.zoho.com/api/private/xml/tag/add?ticket=[Ticket]&apikey=[ApiKey]">

<input type="hidden" name="pageId" value="7678">
<input type="hidden" name="tagsList" value="release work items">
<input type="submit" value="Add Page Tags" name="submit">
</form>
Output XML <response uri="/api/private/xml/tag/add">
  <result>
    <PageTags>
      <Tag>
        <tag_id>5268</tag_id>
      </Tag>
      <Tag>
        <tag_id>4</tag_id>
      </Tag>
    </PageTags>
  </result>
</response>


 RSS of this page