Share a page with public.
| Method name |
http://planner.zoho.com/api/private/xml/publicsharing/share
|
| API description |
Given ticket, apikey and one of the user's pageId, the
page is shared
public on successful authentication. |
| Parameters
to be passed |
ticket, apikey, pageId |
| Sample call |
<form method="post"
action="http://planner.zoho.com/api/private/xml/publicsharing/share?ticket=[Ticket]&apikey=[ApiKey]">
<input type="hidden" name="pageId" value="68702">
<input type="submit" value="Share To Public" name="submit">
</form>
|
| Output XML |
<response
uri="/api/private/xml/publicsharing/share">
<result>
<page_id>68702</page_id>
<description>Page shared to
public</description>
</result>
</response> |