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": "4cd27b63-9a14-4cfa-92a9-4b8bcfcb6af8",
"ParentId": "58b4078d-974c-4698-a7fe-efd373d23c9b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bef9ad3a-3174-475b-bef2-b994d161fd22",
"c2588c9f-cd83-44aa-98fe-4a12af426fe7"
],
"Companies": [
"9934d8b0-c50c-4135-bcc8-f78f796b541d",
"63c58146-0bdf-438d-b395-6a9af20ac1b8"
],
"Groups": [
"7a7ab1c9-f7ad-4ddd-944b-ef75da83ae55",
"14fda12b-281f-47bf-befb-29b709a1d28e"
],
"Opportunities": [
"7f485a67-97b2-413a-99d2-f43878a5a96c",
"a1774179-b5b7-4ba3-bc3c-32ebc2d13515"
]
}
}