POST api/contacts/get-contacts
Get Contact records by Ids Supported Headers: Sort, SortDesc, SelectField, IncludePhoneDetail
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "9f1d0bb8-0b8d-4e30-9d45-ca9126077546", "32200ebb-60c5-4a5e-bf01-1b4f4f9609ba" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "759c48f8-f8d8-4884-906c-5fb386eb4994",
"ParentId": "464f6160-b04a-464e-8bf1-952d6635440f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"daa00d09-41f0-419e-a63c-013fe11b54d8",
"7cad448f-1209-4000-a06a-e89375015ba6"
],
"Companies": [
"ed9deb6d-3047-4988-934c-688eb1e773f5",
"7fba00cf-bb00-46c2-93d1-cb7a099b84d6"
],
"Groups": [
"ef619b1f-f94f-4c4b-956f-ab91bb89b8a0",
"cc915b0e-b001-4c69-8eed-096c7ce9b140"
],
"Opportunities": [
"198286c7-de0b-43c9-9cfb-91f2d76ffec5",
"1c5211e0-038e-45d0-8589-46430afb940f"
]
}
},
{
"Id": "759c48f8-f8d8-4884-906c-5fb386eb4994",
"ParentId": "464f6160-b04a-464e-8bf1-952d6635440f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"daa00d09-41f0-419e-a63c-013fe11b54d8",
"7cad448f-1209-4000-a06a-e89375015ba6"
],
"Companies": [
"ed9deb6d-3047-4988-934c-688eb1e773f5",
"7fba00cf-bb00-46c2-93d1-cb7a099b84d6"
],
"Groups": [
"ef619b1f-f94f-4c4b-956f-ab91bb89b8a0",
"cc915b0e-b001-4c69-8eed-096c7ce9b140"
],
"Opportunities": [
"198286c7-de0b-43c9-9cfb-91f2d76ffec5",
"1c5211e0-038e-45d0-8589-46430afb940f"
]
}
}
]