| |||||
| API Home >> Creator API >> REST API >> REST API Methods >> Add Record (GET method)
The GET calling convention is supported for testing purpose only . For production purpose, use HTTP POST method. Overview Zoho Creator REST style Web API allows client applications to add record to a Zoho Creator form, using the HTTP GET method. You can add only one record at a time. In return the user gets a formatted XML / CSV / JSON response from the called method. Who can add a record ?
Request URL XML http://creator.zoho.com/api/test/xml/<applicationName>/<formName>/add/apikey=<API Key>&<fieldName>=<value> CSV http://creator.zoho.com/api/test/csv/<applicationName>/<formName>/add/apikey=<API Key>&<fieldName>=<value> JSON http://creator.zoho.com/api/test/json/<applicationName>/<formName>/add/apikey=<API Key>&<fieldName>=<value>
Request Parameters The request parameters comprises of criteria and reloperator.
Sample Request http://creator.zoho.com/api/test/ xml / recruitment / Employee /add/ Sample Response The following is the XML response for the above request:
Equivalent CSV response Form Name, Operation Equivalent JSON response { Note: If you are not logged in to your account, you have to get the ticket and send in the request. |