Index for Data API Methods > Zoho Planner > ZP - Get page content

ZP - Get page content

Tags:  



Get page content.

 
 
Method name http://planner.zoho.com/api/private/xml/page/content/(pageId)
API description Given ticket, apikey and one of the user's pageId from the list of pages, returns the whole page content on successful authentication.
Parameters to be passed ticket, apikey
Sample call <form method="post" action="http://planner.zoho.com/api/private/xml/page/content/7678?ticket=[Ticket]&apikey=[ApiKey]">

<input type="submit" value="Show Page Content" name="submit">
</form>
Output XML <response uri="/api/private/xml/page/content/7678">
  <result>
    <PageDetail>
    <page_id>7678</page_id>
    <page_title>Zoho Planner Read Me</page_title>
    <is_homepage>false</is_homepage>
    <page_desc>
      This page will contain an introduction to Zoho. Features in zoho planner
      * Description
      * To do's
      * Appointments
      * Notes
      * Attachments
      * Reminders
    </page_desc>
    <PageList>
      <List>
        <list_id>48301</list_id>
        <list_name>Another list</list_name>
        <ListItem>
          <listitem_id>130501</listitem_id>
          <list_item>First item</list_item>
          <is_completed>false</is_completed>
        </ListItem>
        <ListItem>
          <listitem_id>130502</listitem_id>
          <list_item>Second one</list_item>
          <is_completed>false</is_completed>
        </ListItem>
        <ListItem>
          <listitem_id>130503</listitem_id>
          <list_item>Third one</list_item>
          <is_completed>false</is_completed>
        </ListItem>
      </List>
      <List>
        <list_id>12912</list_id>
        <list_name>This is a todo list</list_name>
        <ListItem>
          <listitem_id>29508</listitem_id>
          <list_item>Find out about to do lists</list_item>
          <list_schedule_date>Tue, 16 May 2006</list_schedule_date>
          <is_completed>false</is_completed>
        </ListItem>
        <ListItem>
          <listitem_id>29511</listitem_id>
          <list_item>pick up stuff at best buy</list_item>
          <list_schedule_date>Fri, 12 May 2006</list_schedule_date>
          <is_completed>true</is_completed>
        </ListItem>
        <ListItem>
          <listitem_id>29512</listitem_id>
          <list_item>Past to do item</list_item>
          <list_schedule_date>Tue, 9 May 2006</list_schedule_date>
          <is_completed>false</is_completed>
        </ListItem>
      </List>
    </PageList>
    <PageNotes>
      <Notes>
        <note_id>38101</note_id>
        <note_title>Test Note</note_title>
        <note_body>testing</note_body>
        <posted_date>Thu, 31 May 2007</posted_date>
      </Notes>
      <Notes>
        <note_id>6658</note_id>
        <note_title>Hmmmm</note_title>
        <note_body>
          Lists, notes, a body at the top?   Looks kinda familiar.  *cough*    backpack *cough*.

          However, appointments are a potentially nice feature, but there are no file attachments.

          I got it, i can attach files its named as attachments
        </note_body>
        <posted_date>Fri, 3 Mar 2006</posted_date>
      </Notes>
    </PageNotes>
    <PageTags>
      <Tag>
        <tag_id>1501</tag_id>
        <tag_name>for</tag_name>
      </Tag>
      <Tag>
        <tag_id>6289</tag_id>
        <tag_name>me</tag_name>
      </Tag>
      <Tag>
        <tag_id>4508</tag_id>
        <tag_name>planner</tag_name>
      </Tag>
      <Tag>
        <tag_id>7724</tag_id>
        <tag_name>read</tag_name>
      </Tag>
    </PageTags>
    </PageDetail>
  </result>
</response>



 RSS of this page