Methods | Description |
To fetch information about your CRM account organization. | |
To fetch information about all modules in your CRM account. | |
To fetch information about the user who is currently accessing Zoho CRM's data through your application. | |
get_module | To fetch information about a particular module in your CRM account. |
Methods | Description |
get_user | To fetch information about a specific user in your CRM account. |
get_all_users | To fetch the list of all the users from your CRM account. |
get_all_active_users | To fetch the list of all the active users in your CRM account. |
get_all_deactive_users | To fetch the list of all the non-active users in your CRM account. |
To fetch the list of all the confirmed users in your CRM account. | |
To fetch the list of all the users who are not confirmed in your CRM account. | |
To fetch the list of all the active and confirmed users in your CRM account. | |
To fetch the list of all the users who were deleted from your CRM account. | |
To fetch the list of all the users who have admin level permissions in your CRM account. | |
To fetch the list of all the active and confirmed users who have admin level permissions in your CRM account. | |
To delete a user from your CRM account. | |
To create a new user in your CRM account. | |
To update details of an existing user in your CRM account. | |
To fetch information on the user who is currently accessing Zoho CRM's data through your app. | |
To fetch the list of all the profiles that were created in your CRM account. | |
To fetch information about a particular profile in your CRM account. | |
To fetch the list of all the roles that were created in your CRM account. | |
To fetch information about a particular role in your CRM account. |
Methods | Description |
get_fields | To fetch the list of all the fields that are available in a module. |
get_field | To fetch information about a particular field available in a module. |
get_layout | To fetch information about a particular layout of a module. |
get_all_layouts | To fetch the list of all the layouts that are available for a module. |
get_customview | To fetch information about a particular custom view of a module. |
get_all_customviews | To fetch the list of all the custom views that are available for a module. |
To fetch the list of all the related lists that are available for a module. | |
To fetch the information about a particular related list available for a module. | |
To update the settings of a module. Ex: territory, custom view, etc. | |
To fetch the list of all the records that are available in a module. | |
To create new records in a module. | |
To update details of multiple records in a module. | |
To insert/update records in a module. | |
To delete existing records from a module. | |
To update single field value for multiple records. Same value will get updated for all the mentioned records. | |
To fetch the list of all the records that were deleted from a module. | |
To fetch the list of all the records that were deleted from a module and stored in the recycle bin. | |
To fetch the list of all the records that were permanently deleted from a module. | |
To search for records in a module based on a Word(text). | |
search_records_by_phone | To search for records in a module based on the Phone number. |
To search for records in a module based on Email address. | |
To search for records in a module based on a criteria specified by the user. |
Methods | Description |
get_record | To fetch information about a particular record. |
create_record | To create a new record. |
update_record | To update an existing record. |
delete_record | To delete an existing records. |
convert_record | To convert a record(Leads to Contacts/Deals). |
get_notes | To fetch the notes that were attached to a record. |
To add a note to a record. | |
To update a note that was previously added to a record. | |
To delete a note from a record. | |
To fetch the list of attachments of a record. | |
To upload an attachment to a record. | |
To upload a link as an attachment to a record. | |
To download an attachment that was uploaded to a record. | |
To delete an attachment that was added to a record. | |
To upload a photo to a record. | |
To download a photo that was added to a record. | |
To delete a photo that was added to a record. | |
To make a relation between two records. | |
To remove a relation between two records. | |
get_related_records | To fetch list of records in Related Lists. |