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": "6520d873-9fc4-4f8e-ac9c-dc693f58beeb", "ParentId": "c6180803-9c36-4176-8dd3-72a66e1eb84e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "5f747a1c-d6df-499d-aa9e-efd267044798", "703ab6e8-80fc-4d37-b0b8-b60dbd02046d" ], "Companies": [ "ba840d43-f92d-4c62-b1aa-39b5fa9fc598", "71e6904b-a963-48aa-83bd-68f98d5048b1" ], "Groups": [ "e6180ec6-bac2-44da-b09d-13097188b558", "b9d6d4a1-7884-4e3b-9fe7-c61dfb33831c" ], "Opportunities": [ "9477aa7f-f284-49d4-8990-94ba7167edb4", "64ddf0b2-2ff1-402c-8fa7-5ccf1e16cba3" ] } }