Purpose
You can use the getAllSearchRecords method to fetch all data with respect to the search word you have mentioned irrespective of the ownership
Request URL
- XML: http:// crm.zoho.com/crm/private/xml/Leads/getAllSearchRecords?apikey=[API Key]&ticket=[Ticket]
- JSON: http:// crm.zoho.com/crm/private/json/Leads/getAllSearchRecords?apikey=[API Key]&ticket=[Ticket]
Request Parameters
| Parameter |
Description |
| ticket |
- |
| apikey |
- |
| fromIndex |
Default value - 1 |
| toIndex |
Default value - 2000 Maximum value - 2000
|
| searchWord |
While fetching records, word will be searched for the fields selected in the Search Layout in Product Customization. Example: searchWord=United States In this case, you will get the leads containing United States one of the fields selected in the Search Layout |
| lastModifiedTime |
Default: null If you specify the time, created/modified data will be fetched after the configured time. |