Using External Field's Value
GET {{api-domain}}/crm/v2/Contacts/externalcontact1?fields=External_Contact_ID,Last_Name,First_Name,Full_Name,Account_Name,OrgExternal&per_page=2
To fetch a record through the external field's value. In this example, Contacts is the base module's API name, ExternalContactID is the API name of the external field, and externalcontact1 is the value of the external field in this module.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | ||
per_page | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-EXTERNAL | string |