API Methods
Attention - API v1.0 Deprecation Notice
Vertical Solutions API Version 1.0 will be officially deprecated on February 23, 2023. You may reach out to support@zohodeveloper.com for any assistance with the migration.
| Method Name | Purpose |
| getMyRecords | To retrieve data by the owner of the Authentication Token specified in the API request |
| getRecords | To retrieve all users data specified in the API request |
| getRecordById | To retrieve individual records by record ID |
| insertRecords | To insert records into the required Zoho CRM module |
| updateRecords | To update or modify the records in Zoho CRM |
| getSearchRecordsByPDC | To search the values based on pre-defined columns |
| getCustomViews | To retrieve the list of custom views in a module |
| deleteRecords | To delete the selected records |
| convertLead | To convert lead to potential, account and contact |
| getRelatedRecords | To retrieve records related to a primary module |
| getFields | To retrieve details of fields available in a module |
| updateRelatedRecords | To update records related to another record |
| getUsers | To retrieve the list of users in your organization |
| uploadFile | To attach a file to a record |
| delink | To disassociate the relationship between parent and child records |
| downloadFile | To download a file attached to a record |
| deleteFile | To delete a file attached to a record |
| uploadPhoto | To add a photo to a contact or lead |
| downloadPhoto | To download the photo of a contact or lead |
| deletePhoto | To delete a photo of a contact or lead |
| getModules | To retrieve all modules from Zoho CRM account |
| searchRecords | To retrieve the records that match your search criteria |