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": "8f572d29-1f03-4572-ae0c-dc57f32c9821", "ParentId": "49132840-9908-491b-8f7b-2228bf020b54", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "5eb250a6-2745-4415-a54b-0b9f52ad65e6", "c7291c4b-10d7-4e6e-a75b-48f0e793af03" ], "Companies": [ "49629545-959a-48b3-b844-a110d138ba78", "1928c8d0-432f-4141-bc69-541e33521629" ], "Groups": [ "5037a0d0-b289-406f-8f4f-c2b9323535ab", "d2418c1d-f982-46e0-b254-efcda5d1112c" ], "Opportunities": [ "9dd7b9ea-af66-48a7-830f-8ab9ae87f0b4", "754aec4a-37d9-4fa0-af18-62472b04379b" ] } }