List objects
Zoho CRM List Objects is an efficient AI-powered tool designed to retrieve and manage records from various modules within Zoho CRM. It enables users to access specific data sets by customizing queries based on fields, sorting, and filtering options.
Features
- Fetches records from any specified Zoho CRM module with ease.
- Allows selective retrieval of specific fields using comma-separated API names.
- Supports filtering records by unique IDs, approval status, conversion status, and territories.
- Enables sorting of records in ascending or descending order based on chosen fields.
- Provides pagination controls including page number, records per page, and custom views for organized data access.
Benefits
- Streamlines data access by enabling precise and customizable record retrieval.
- Enhances productivity by automating the retrieval of CRM data without manual intervention.
- Improves decision-making through quick access to sorted and filtered data sets.
- Supports granular data management, aiding in efficient territory and approval tracking.
- Facilitates integration workflows by providing structured data output optimized for further processing.
Description
Gets the list of available records from a module.
Parameters
12 parameters
| Name | Type | Description |
|---|---|---|
| modulerequired | string | Module where the record will be created |
| fields | string | To retrieve specific field values. Comma separated field API names. |
| ids | string | To retrieve specific records based on their unique ID. |
| sortOrder | enum | To sort the list of records in either ascending or descending order. |
| sortBy | string | Specify the API name of the field based on which the records must be sorted. |
| converted | enum | To retrieve the list of converted records. |
| approved | enum | To retrieve the list of approved records. |
| page | string | To get the list of records from the respective pages. |
| perPage | string | To get the list of records available per page. |
| cvId | string | To get the list of records in a custom view. |
| territoryId | string | To get the list of records in a territory. |
| includeChild | boolean | To include records from the child territories |