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": "445ba54f-d218-436e-8381-29d2144ee0cf",
"ParentId": "0ce827ac-acb1-480d-82f5-81b1a2703c14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bb2df63e-f0da-4aad-8567-4da2f96ffb7e",
"4c39206a-d904-4473-8b55-e9ab4e79cb77"
],
"Companies": [
"a265722c-25b1-467e-b03c-630c242db2b4",
"2288cdcb-e782-47c0-ad45-30d34b5eb1c0"
],
"Groups": [
"a2984427-a131-405e-a788-b60a799ff480",
"a197f1bd-046a-4a5f-bcf1-562892d7a1c7"
],
"Opportunities": [
"e2387360-002d-4299-997f-9fe4ec33e33f",
"ed4b5399-8bf6-4e0b-8cdc-0365b3a28f08"
]
}
}