Get
info of a specific presentation.
Request URL:
XML :
http://show.zoho.com/api/private/xml/info/[presentationId]?apikey=[API
Key]&ticket=[Ticket]
JSON : http://show.zoho.com/api/private/json/info/[presentationId]?apikey=[API
Key]&ticket=[Ticket]
Response fields
The schema document for the API response is located at: http://show.zoho.com/schema/api/info.xsd
Field
|
Description
|
presentationId
|
Unique ID associated with each
presentation.
|
presentationName
|
Name the presentations whose info is
being listed.
|
presentationNameUrl
|
Url of the presentation whose info
is being listed
|
ownerName
|
Displays the Email ID/Zoho ID of the
presentation owner, i.e., the account from which the presentation is
created |
| createdTime |
Displays the created date of the
presentation
|
isPublic
|
Specifies the access privileges of
the presentation. If "true" then presentation is available to public
|
lastModifiedBy
|
[string] - Specifies the name of the
user who has last edited the presentation.
|
lastModifiedTime
|
[LongValue] - Displays the last
modified time as long integer.
|
slideTransitionTime
|
The time interval in seconds between
two slides in a presentation
|
lockedBy
|
Name of the user
who has exclusively locked the shared presentation for editing.
|
sharedTo
|
One or more Email
IDs of Zoho Show users to whom the presentation is to be shared. For adding
multiple users, separate them by 'comma'.
|
embedUrl
|
Embed public
presentation into your website by using the iframe code snippet.
|
Sample Response
The following is the
sample XML response for the above method:
<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/api/private/xml/info/3000000005001">
<result>
<presentation>
<presentationId>3000000005001</presentationId>
<presentationName>ajax</presentationName>
<presentationNameUrl>ajax1</presentationNameUrl>
<ownerName>Mickie</ownerName>
<createdTime>1511226569809</createdTime>
<isPublic>false</isPublic>
<lastModifiedBy>Mickie</lastModifiedTime>
<lastModifiedTime>1511226599809</lastModifiedTime>
<slideTransitionTime>0</slideTransitionTime>
<lockedBy />
<sharedTo>abc@gmail.com, pqr@mail.com,
aa@email.com</sharedTo>
<embedUrl>
<iframe
src=http://show.zoho.com/ViewURL.sas?USER=Mickie&DOC=ajax&IFRAME=yes
height='370' width='480' name=ajax scrolling=no
frameBorder='0'></iframe>
</embedUrl>
</presentation>
</result>
</response>
Equivalent JSON response
{
"response":
{
"uri": "/api/private/json/info/3000000005001",
"result":
{
"presentation":
[
{
"presentationId":"3000000005001",
"presentationName":"ajax",
"presentationNameUrl":"ajax1",
"ownerName":"Mickie",
"createdTime":"1511226569809",
"isPublic":"false",
"lastModifiedBy":"Mickie",
"lastModifiedTime":"1511226599809",
"slideTransitionTime":"0",
"lockedBy":"",
"sharedTo":"abc@gmail.com, pqr@mail.com,
aa@email.com",
"embedUrl":"<iframe src=http://show.zoho.com/ViewURL.sas?USER=Mickie&DOC=ajax&IFRAME=yes
height='370' width='480' name=ajax scrolling=no
frameBorder='0'></iframe>"
}
]
}
}
}
Errors
Displaying info of
a specific presentation method may return general & input errors.