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:
[ "36710afe-265e-453a-9ab8-73c41e40bbea", "fef65881-8e81-4f66-a40a-704baa7e9a26" ]
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": "3e771e8c-2dbc-4151-a576-b4255a4aa3c1",
"ParentId": "d08e1d5f-f999-4228-bba4-20cdcf406a71",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7bd2e725-110c-4531-a74d-8acd3e274290",
"cd73b29b-0d31-4559-9298-73a8fd1d2deb"
],
"Companies": [
"2ca55d0b-7a69-4ed9-9365-e2fecce57ff0",
"1d3b7620-795a-4378-8e3b-c4925c00ec8f"
],
"Groups": [
"3d6023b9-0bde-4cac-b18c-67c8a7878d89",
"b5ccccfd-f0a2-426b-947d-c2de7ff3f74f"
],
"Opportunities": [
"b68dd0e1-72ed-46da-bcb9-89c4e5c78686",
"2bfa6798-f894-455d-a5df-aaa636c83411"
]
}
},
{
"Id": "3e771e8c-2dbc-4151-a576-b4255a4aa3c1",
"ParentId": "d08e1d5f-f999-4228-bba4-20cdcf406a71",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7bd2e725-110c-4531-a74d-8acd3e274290",
"cd73b29b-0d31-4559-9298-73a8fd1d2deb"
],
"Companies": [
"2ca55d0b-7a69-4ed9-9365-e2fecce57ff0",
"1d3b7620-795a-4378-8e3b-c4925c00ec8f"
],
"Groups": [
"3d6023b9-0bde-4cac-b18c-67c8a7878d89",
"b5ccccfd-f0a2-426b-947d-c2de7ff3f74f"
],
"Opportunities": [
"b68dd0e1-72ed-46da-bcb9-89c4e5c78686",
"2bfa6798-f894-455d-a5df-aaa636c83411"
]
}
}
]