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": "38d0984c-951c-4dc6-8939-ecb6f1359f69",
"ParentId": "800c2033-c46f-4919-aad2-63b733e7c554",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fc5bf026-2c29-4c06-a642-96668a87beba",
"32c07c1b-7537-4170-b96b-c127939bfeeb"
],
"Companies": [
"b34ad802-e259-4b41-8eeb-7853f7329cd5",
"8ebc025b-0ade-4ac6-8e95-0ff178524732"
],
"Groups": [
"134b1d41-b18b-4eb4-af5e-4dae5702fec7",
"50b13bfd-fbd0-4178-8216-7f42784bb172"
],
"Opportunities": [
"723ff5f7-e0a3-478c-a2e5-2d34f9c3d1ac",
"f906d6f8-57fd-443c-a041-da5ed090614e"
]
}
},
{
"Id": "38d0984c-951c-4dc6-8939-ecb6f1359f69",
"ParentId": "800c2033-c46f-4919-aad2-63b733e7c554",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fc5bf026-2c29-4c06-a642-96668a87beba",
"32c07c1b-7537-4170-b96b-c127939bfeeb"
],
"Companies": [
"b34ad802-e259-4b41-8eeb-7853f7329cd5",
"8ebc025b-0ade-4ac6-8e95-0ff178524732"
],
"Groups": [
"134b1d41-b18b-4eb4-af5e-4dae5702fec7",
"50b13bfd-fbd0-4178-8216-7f42784bb172"
],
"Opportunities": [
"723ff5f7-e0a3-478c-a2e5-2d34f9c3d1ac",
"f906d6f8-57fd-443c-a041-da5ed090614e"
]
}
}
]