Deprecated Method. Only for Reference Purpose
|
Purpose
You can use the getMySearchRecords method to fetch data owned by the loginname with respect to the search word you have mentioned in the request.
Request URL
- XML: http:// crm.zoho.com/crm/private/xml/Leads/getMySearchRecords?apikey=[API Key]&ticket=[Ticket]
- JSON: http:// crm.zoho.com/crm/private/json/Leads/getMySearchRecords?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. |
Example
To fetch leads that contains Country as United States
http:// crm.zoho.com/crm/private/xml/Leads/getMySearchRecords?apikey=[API Key]&ticket=[Ticket]&searchWord=United States
! This page does not exists