![]() |
|
API Home >> Creator API >> XML - RPC
Zoho Creator provides Web APIs in XML format which allows client applications to add, delete, update and view records on their applications created with Zoho Creator. The calling conventions employed over here for these APIs is HTTP POST. In return the user gets a formatted XML response from the called method. API URL For accessing the Zoho Creator API the users need to pass a couple of additional query parameters. These parameters are:
For Read Operations: http://creator.zoho.com/api/xml/read/apikey=[API Key]&ticket=[Ticket] For Write Operations: http://creator.zoho.com/api/xml/write/apikey=[API Key]&ticket=[Ticket] Request Format <form method="POST" action="http://creator.zoho.com/api/xml/write/apikey=[APIKEY]&ticket=[Ticket]"> <input type="hidden" name="XMLString" value="XML String with request parameters in the specified format "> <input type="submit" value="Sumit XML String"> For read operations the POST request will be in the following format: <form method="POST" action="http://creator.zoho.com/api/xml/read/apikey=[APIKEY]&ticket=[Ticket]"> <input type="hidden" name="XMLString" value="XML String with request parameters in the specified format"> <input type="submit" value="Sumit XML String"> </form> The request parameters will vary depending upon the type of operation being performed and is specified in the XML - RPC API Reference section. Response Format The response will be in XML format. The response tags will vary depending upon the operation being performed. For example, the response parameters to view records in an application comprises of form name, criteria and the records that match the specific criteria, as given below: If there is an error in the request format, the corresponding error code with the error message will be displayed in the <status> tag. API Reference Once you login to your application, use the link http://creator.zoho.com/api/reference to view the list of applications, the forms and fields in the application and the deluge field names, as shown in the screen-shot given below. This link enables you to easily refer the form names, deluge field names and the picklist values while formating your request. Error Codes and Messages The list of HTTP error codes displayed by the Zoho Creator api and their description is given here. Getting Started To get started with the XML - RPC APIs, please refer our XMP-RPC API Reference. | |||||||||||||||||||||||
|
| |||||||||||||||||||||||