GET api/Contacts/{id}
Get a Contacts by ID Supported Headers: SelectField, IncludePhoneDetail
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
MutableEntityExtendedName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ParentId |
This field will only include data when working with Group records. |
globally unique identifier |
None. |
Fields | Dictionary of string [key] and Object [value] |
None. |
|
LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "9214a779-c7aa-4544-b504-a3b6972abccb", "ParentId": "9a978233-e07f-4670-9d39-033f6561b148", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "2e92ebac-b75c-44a0-a551-ecc93350288c", "977dce3a-ed59-40f8-963c-f7ccf4001911" ], "Companies": [ "c2bab4a7-dfdd-4bb8-b0ea-0144cbc81145", "9fbff924-cf8e-4915-ad0d-2b2a6b5a94e7" ], "Groups": [ "5bbd4c32-c7e9-4369-83ff-2e261d8f621e", "855c83e2-cb41-4eb1-b49a-44c22da5e3d9" ], "Opportunities": [ "e5cb6e95-7393-4a8d-a1b9-c9ffae5ff4bc", "84b1779c-4fa8-4b9c-b6e4-d938d65e57bf" ] } }