Using "ids" Parameter
GET {{api-domain}}/crm/v2/Contacts?ids=externalcontact1,externalcontact2&fields=External_Contact_ID,Last_Name,First_Name,Full_Name,Account_Name,OrgExternal&per_page=2"
In this example, Contacts is the base module's API name, ExternalContactID is the API name of the external field. The ids
parameter fetches the records with the external values externalcontact1 and externalcontact2.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ids | string | ||
fields | string | ||
per_page | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-EXTERNAL | string |