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": "f9d14848-fdc6-4e7a-a347-dcfa996f02d6",
"ParentId": "85dacb0b-362a-4c78-b835-beae7a89a1ba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c15054fd-ef1e-4927-a9a4-47648ed00fc7",
"8801cc38-def8-4ffc-a72f-dac532ddf8aa"
],
"Companies": [
"401d9bab-6795-4088-98aa-55ec177b2ae0",
"4e6d627d-f28c-41c9-aef9-8baf5ea46604"
],
"Groups": [
"d5dcc62c-0e40-4005-836b-4b6f1f12ddfa",
"896963f4-6a0e-4939-bfa5-ea4b60e64e8f"
],
"Opportunities": [
"2018f6fe-883d-4c29-a38d-8027553bb41b",
"4be75d69-ff12-415b-ab51-e4636ac6d2c5"
]
}
},
{
"Id": "f9d14848-fdc6-4e7a-a347-dcfa996f02d6",
"ParentId": "85dacb0b-362a-4c78-b835-beae7a89a1ba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c15054fd-ef1e-4927-a9a4-47648ed00fc7",
"8801cc38-def8-4ffc-a72f-dac532ddf8aa"
],
"Companies": [
"401d9bab-6795-4088-98aa-55ec177b2ae0",
"4e6d627d-f28c-41c9-aef9-8baf5ea46604"
],
"Groups": [
"d5dcc62c-0e40-4005-836b-4b6f1f12ddfa",
"896963f4-6a0e-4939-bfa5-ea4b60e64e8f"
],
"Opportunities": [
"2018f6fe-883d-4c29-a38d-8027553bb41b",
"4be75d69-ff12-415b-ab51-e4636ac6d2c5"
]
}
}
]