ZP - Get all pages

Tags:  



Get all pages for the user in his Zoho Planner account.

 
 
Request URL
http://planner.zoho.com/api/private/xml/pages
API description Given the ticket and apikey, returns the list of of pages in zoho planner on successful authentication.
Parameters to be passed
ticket, apikey
Sample call <form method="post" action="http://planner.zoho.com/api/private/xml/pages?ticket=[Ticket]&apikey=[ApiKey]">

<input type="submit" value="Get All Pages" name="submit">
</form>
Output XML
<response uri="/api/private/xml/pages">
  <result>
    <PageDetails>
      <PageDetail>
        <page_id>1</page_id>
        <page_title>Home Page</page_title>
        <is_homepage>true</is_homepage>
      </PageDetail>
      <PageDetail>
        <page_id>2</page_id>
        <page_title>
そ んなにそわそわしないで</page_title>
        <is_homepage>false</is_homepage>
      </PageDetail>
      <PageDetail>
        <page_id>3</page_id>
        <page_title>
API list for ZP</page_title>
        <is_homepage>false</is_homepage>
      </PageDetail>

    <PageDetails>
  </result>
</response>



 RSS of this page