GET api/Contacts
Get Contact records. Supported Headers: Filter, Sort, SortDesc, SelectField, IncludePhoneDetail
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "2a651d2b-ea56-4e71-a4d9-40dcfcca81e5",
"ParentId": "25d71e25-e592-48ac-8ec6-438a3fd1d236",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0bca01e0-c2f4-4586-a5d4-7491b97bb757",
"cb92cfd5-ad26-47c6-ad16-2055b75a5563"
],
"Companies": [
"180b35cc-9a71-49c0-954d-95036883b8b4",
"90b9baa7-3b40-44c7-8e4e-2dfcd6994800"
],
"Groups": [
"bb1314e7-a3b1-4e5f-88d2-264529ff5270",
"b90c881f-96b1-45d7-a5e4-71cd6dc0a8a9"
],
"Opportunities": [
"35fe9108-e792-4ce8-87eb-3af15a4a547d",
"7bd027eb-d147-4dc6-920d-4724dc9c3a27"
]
}
},
{
"Id": "2a651d2b-ea56-4e71-a4d9-40dcfcca81e5",
"ParentId": "25d71e25-e592-48ac-8ec6-438a3fd1d236",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0bca01e0-c2f4-4586-a5d4-7491b97bb757",
"cb92cfd5-ad26-47c6-ad16-2055b75a5563"
],
"Companies": [
"180b35cc-9a71-49c0-954d-95036883b8b4",
"90b9baa7-3b40-44c7-8e4e-2dfcd6994800"
],
"Groups": [
"bb1314e7-a3b1-4e5f-88d2-264529ff5270",
"b90c881f-96b1-45d7-a5e4-71cd6dc0a8a9"
],
"Opportunities": [
"35fe9108-e792-4ce8-87eb-3af15a4a547d",
"7bd027eb-d147-4dc6-920d-4724dc9c3a27"
]
}
}
]