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": "b3b3d3c6-4a44-4505-aeea-efbd7d9d5c06", "ParentId": "9090eba3-5df2-4148-b69f-5887260fdf82", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d2e05346-5abf-4936-8d90-4d3a354c4ae8", "97a3d545-b944-499f-b241-357df7f2b27f" ], "Companies": [ "6e374130-7875-4972-8f5f-39a2ceccbea4", "d6e3571c-8ff6-4580-a183-1b0284dcc726" ], "Groups": [ "bcd405d7-8181-4716-b0bc-77b2fc0132ee", "216dc426-37b5-40a8-a5ff-27ac6dda1441" ], "Opportunities": [ "c3c9fcc6-cd18-4450-9cb3-e1b20ab0861a", "25d59cc8-31a7-4cbb-819d-12c6b53858fd" ] } }