Purpose
You can use the getCVRecords method to fetch data with respect to the Custom View in Zoho CRM.
Request URL
- XML: http:// crm.zoho.com/crm/private/xml/Leads/getCVRecords?apikey=[API Key]&ticket=[Ticket]
- JSON: http:// crm.zoho.com/crm/private/json/Leads/getCVRecords?apikey=[API Key]&ticket=[Ticket]
Request Parameters
http://crm.zoho.com/crm/private/xml/Leads/getCVRecords
| Parameter |
Description |
| ticket |
- |
| apikey |
- |
| fromIndex |
Default value - 1 |
| toIndex |
Default value - 20 Maximum value - 200
|
| cvName |
Fetch the data for specified custom View. Example: cvName=All Open Leads
|
| sortColumnString |
Sorting order: asc or desc
If you use the sortColumnString parameter, by default data is sorted in ascending order.
|
| sortOrderString |
Default: null
If you specify the time, created/modified data will be fetched after the configured time.
|
| lastModifiedTime |
Default: null If you specify the time, created/modified data will be fetched after the configured time. |
Other Methods
Existing Methods
New Methods (From Oct 22, 2009):
Related Topics