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": "690c0342-e8bf-44c4-974a-5cae1799b6a3", "ParentId": "7a04fdd3-4fc7-465e-9350-755e68f4be39", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "2fc7b3be-586b-4094-80d6-d29f6abd147f", "5314392e-6381-4384-aa06-f1c5d8085255" ], "Companies": [ "f3290ccf-5cb2-498f-b5ad-f24ff00e29ad", "bb6d6d22-be2a-4555-bbd7-4bb3c15b90d0" ], "Groups": [ "a10b7e15-2edd-4e5c-b22a-3ed49be05f9c", "96e248e5-9b0e-4f66-a346-a6eb12f9cb9b" ], "Opportunities": [ "7b9897c5-9437-4e2c-bf80-334cab1b9989", "cbc559ee-b785-4185-8e65-c7bbcfec77e3" ] } }