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": "9a91bf3b-6ce8-4560-b68a-413cbb4db85a", "ParentId": "0c58d7bd-e495-456b-b558-4a708d518ece", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "02a9af11-9e6d-45bd-b5a1-706b973dd146", "03f76f95-1f52-4667-ac28-e1b2c017cec0" ], "Companies": [ "066aa1a9-ccfb-4826-8877-98d61640f454", "2f444bab-e24a-42ac-9606-0b89d3b30eb5" ], "Groups": [ "05d1da5b-a3e4-4a4a-8466-cc468d7147fd", "bb89084a-e4fa-4912-b901-45724ab028c1" ], "Opportunities": [ "baa6bfed-637c-4e89-8bc6-3a556207ceac", "0c3bd932-965f-4c3f-a661-25faea7f9261" ] } }