ZP - Show page tags

Tags:  



Show page tags.

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

<input type="hidden" name="pageId" value="7678">
<input type="submit" value="Show Page Tags" name="submit">
</form>
Output XML <response uri="/api/private/xml/tags">
  <result>
    <PageDetail>
      <page_id>7678</page_id>
      <page_title>Zoho Planner Read Me</page_title>
      <is_homepage>false</is_homepage>
      <PageTags>
        <Tag>
          <tag_id>7724</tag_id>
          <tag_name>read</tag_name>
        </Tag>
        <Tag>
          <tag_id>6289</tag_id>
          <tag_name>me</tag_name>
        </Tag>
        <Tag>
          <tag_id>1501</tag_id>
          <tag_name>for</tag_name>
        </Tag>
        <Tag>
          <tag_id>4508</tag_id>
          <tag_name>planner</tag_name>
        </Tag>
      </PageTags>
    </PageDetail>
  </result>
</response>



 RSS of this page