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": "c1ffd855-2cbf-4337-ad0d-c69ffcd6001d", "ParentId": "93a9788b-f831-48ce-91af-be1d83a76cc9", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "e4bd0cf4-3d7a-48ca-9d13-30b65bada24b", "b6a8d1b2-a718-4ad7-a28d-bc992f9b169d" ], "Companies": [ "972f92ee-1302-4464-9d18-cd01fb92f99a", "da15a299-5cec-4516-b502-9f49065790ba" ], "Groups": [ "b2618fe6-40f9-4b6d-82bf-eca48e9bb65a", "ffaa4675-a3f9-4fe0-8fe2-fe0942770be6" ], "Opportunities": [ "f9b631f2-afdd-49e7-947b-8f3a47e3cb20", "ef2c3b83-8a0b-41e4-9613-566241c069c9" ] } }