Get
list of applications - REST API
Owner: Details of all applications/forms/views belonging to the owner
will be listed
Guest: Details of only Public
applications/forms/views belonging to the owner will be listed.
Request URL to get the list of applications
XML:
http://creator.zoho.com/api/xml/applications/apikey=<API Key>&ticket=<Ticket>&limit=<specify limit>
JSON:
http://creator.zoho.com/api/json/applications/apikey=<API Key>&ticket=<Ticket>&limit=<specify limit>
Sample Request
http://creator.zoho.com/api/xml/applications/apikey=a71b267fd787f9954db3ae42b20bd09b&ticket=xxxx&limit=10
Sample Response
The following is the
XML response for the above request:
<result>
<application_list>
<applications>
<application>
<link_name>feedback-application</link_name>
<application_name>Feedback
Application</application_name>
<created_time>2007-09-05
19:53:46.0</created_time>
</application>
<application>
<link_name>recruitment</link_name>
<application_name>Recruitment</application_name>
<created_time>2007-09-04
16:39:22.0</created_time>
</application>
</applications>
Equivalent JSON response
{
"application_owner":"Zoho",
"application_list":
{
"applications":
[
{
"application":
[
{
"access":"private","link_name":"feedback
_application
","application_name":
"Feedback Application","created_time":"2007-09-05 19:53:46.0"
},
{
"access":"private","link_name":"recruitment","application_name":"Recruitment",
"created_time":"2007-09-04 16:39:22.0"
}
]
}
]
}
}
Get list of shared
applications - REST API
Owner: Details of all shared
applications/Forms/Views/FormComponents for that owner will be listed.
Request URL to get the list of shared
applications
XML:
http://creator.zoho.com/api/xml/sharedapps/apikey=<api_key>&limit=<specify the
number>
JSON: http://creator.zoho.com/api/json/sharedapps/apikey=<api_key>&limit=<specify the
number>
Sample Request
http://creator.zoho.com/api/xml/sharedapps/apikey=a71b267fd787f9954db3ae42b20bd09b&limit=10
Sample Response
The following is the
XML response for the above request:
<result>
<application_list>
<applications>
<application>
<sharedBy>Support</sharedBy>
<link_name>issue-tracker</link_name>
<application_name>Issue Tracker</application_name>
<created_time>Mar 22, 2007</created_time>
</application>
+<application></application>
+<application></application>
</applications>
</application_list>
</result>
Equivalent JSON response
{
"application_list":
{
"applications":
[
{
application":
[
{
"sharedBy":"Support",
"link_name":"issue-tracker",
"application_name":"Issue
Tracker",
"created_time":"Mar 22, 2007"
},
]
}
]
}
}
Note: If
you are not logged in to your account, you have to get the ticket and send in the request.