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": "8d80b39c-a4f5-4701-abdb-659a94ddfe69", "ParentId": "bfa4fe9e-4b4c-4335-8012-27e9b693f24d", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "70d4dc23-b4a3-459f-83c6-d52b17b4f4c8", "501ad881-f6bc-4e34-b6a1-29e58ae45ef2" ], "Companies": [ "0b37c74c-c10f-4668-a2dd-7c1d396cdeb8", "ec663efd-caf2-4066-b453-6b82b9739695" ], "Groups": [ "7a7d6b65-c045-4ab5-88e4-43418cb42967", "b846220d-ab4a-4612-8ebe-abcf6de2e2fe" ], "Opportunities": [ "e9630480-a428-496f-8400-22a31eb41060", "d80b0fbc-c4d2-409f-b853-338e7f9c5b87" ] } }