![]() |
|
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/csv/ read /apikey=[API Key]&ticket=[Ticket] For Write Operations: http://creator.zoho.com/api/csv/ write /apikey=[API Key]&ticket=[Ticket] Request Format For write operations the POST request will be in the following format:
For read operations the POST request will be in the following format:
The request parameters comprises of comma seperated values. The request format will vary depending upon the type of operation being performed and is specified in the CSV - RPC API Reference section. Response Format The response will be in CSV format. The response will vary depending upon the operation being performed. For example, the response parameters to view records in an application comprises of form name, criteria, status and the record values that match the specific criteria, as given below:
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 CSV - RPC APIs, please refer our CSV-RPC API Reference. | ||||||||||||||
|
| ||||||||||||||