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": "16efac2e-0758-4930-ab40-a4e0b2193555", "ParentId": "19d3d09a-d424-4fd1-998e-507c35153a5e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "655bb91a-0c0c-4db6-b9f6-590a8681ce0e", "23702f57-488c-43a2-a008-da2e42b77951" ], "Companies": [ "5843951d-fd72-4fd0-b68b-0530dbb8533e", "9c970f5d-c1fb-4037-8cb1-d897d2c40d2f" ], "Groups": [ "ec9fc91f-c0b3-40cd-96d9-00f41a65fe1c", "70dcb28c-d0cd-4990-9807-236de613d8e8" ], "Opportunities": [ "3a402e9e-56b4-4d3a-8295-a6cfdc6ddb4d", "4b991785-7cf1-4fbc-866c-7d1afdb475f8" ] } }