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": "5617f542-4625-4ec4-ac09-ca2786faa894",
"ParentId": "29dedf71-235b-4e9e-a727-a333febfaa69",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b9847e60-bbb7-42bf-b626-b94abac98290",
"e0571327-2399-4938-95cc-1228e0e2234d"
],
"Companies": [
"ab3803b1-b36f-4b04-baa8-6d928b34137f",
"cca6db45-ae12-43b0-912b-f76f19c00d97"
],
"Groups": [
"795cebd8-d80e-4457-b649-144bfa7c8f52",
"d1490fca-a933-4e21-8032-144db094f310"
],
"Opportunities": [
"97d0ceb0-9bf0-45a2-adcd-61d875c21022",
"f140572a-e2ef-4633-bed2-7d4bcd6c0086"
]
}
},
{
"Id": "5617f542-4625-4ec4-ac09-ca2786faa894",
"ParentId": "29dedf71-235b-4e9e-a727-a333febfaa69",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b9847e60-bbb7-42bf-b626-b94abac98290",
"e0571327-2399-4938-95cc-1228e0e2234d"
],
"Companies": [
"ab3803b1-b36f-4b04-baa8-6d928b34137f",
"cca6db45-ae12-43b0-912b-f76f19c00d97"
],
"Groups": [
"795cebd8-d80e-4457-b649-144bfa7c8f52",
"d1490fca-a933-4e21-8032-144db094f310"
],
"Opportunities": [
"97d0ceb0-9bf0-45a2-adcd-61d875c21022",
"f140572a-e2ef-4633-bed2-7d4bcd6c0086"
]
}
}
]