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": "79ef0527-ce92-47d0-bc26-b58dcec2e7b5", "ParentId": "69fb58d3-97b0-4cff-99cc-716bb237094e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "03ff2535-cb9f-43da-ac63-96ddc5c3b10d", "3c0a0288-9930-400b-9b2d-2e09cdb3e1b8" ], "Companies": [ "65324d87-e420-4cc0-b364-3ad94f05dea6", "11004af1-46be-4035-ac9e-1539bfa9b696" ], "Groups": [ "81b5afc4-7b37-49f4-834d-6331b55b79a0", "86cfc731-edb4-46f3-b556-bd8d37f1970d" ], "Opportunities": [ "eb98e823-8f89-49a3-9411-3d3c03e9581c", "14db9145-f481-4327-b986-0778a9220b7d" ] } }