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
MutableEntityExtended| Name | 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": "dc60a335-6881-488c-b2fd-0a678ea5fe34",
"ParentId": "313644fa-f2fc-4902-874e-61589ad773de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"709c0500-8368-4cba-ae63-7df8e0a6ff56",
"8e813ed7-8423-4100-81aa-328a918fb11f"
],
"Companies": [
"5861e03b-3cb2-494d-9d39-eb434aa39811",
"15819116-e3f3-4344-824a-9c6e29afd4c3"
],
"Groups": [
"818f869d-3c52-42c4-8285-9e08c430a253",
"c3c2f66c-ef1b-4a15-825c-aefa410b8f17"
],
"Opportunities": [
"b3198a7e-88b9-4af5-89e6-db90c796679c",
"00cd4ba7-6535-4b08-b669-4e90fb9fcb67"
]
}
}