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:
[ "18c29782-2041-4f90-9321-570454862a89", "ac747723-f6a6-42c1-af28-22f0d8cc0129" ]
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": "f1996bed-ae07-45a6-b652-a4e0f67543b6",
"ParentId": "0aa03bb6-e609-4732-8e47-48ff825a8407",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"56e3046a-8c1b-4b46-8e96-ae76f682168c",
"de1f8b99-f31e-4988-bcfb-3935d3bbfdc3"
],
"Companies": [
"6c9d6ca7-d9f5-45ba-956d-d77580fcbe60",
"17aa0642-11e3-438e-b5b5-abc0ac3e2221"
],
"Groups": [
"45223647-e741-43db-939e-274b3e6c9d91",
"3a749ca6-ad73-44dc-acc3-5886e8f07fb6"
],
"Opportunities": [
"88f315cd-c97a-4295-bfc7-67135b30d766",
"76767c1d-53cd-466d-bc77-8b9f0768a340"
]
}
},
{
"Id": "f1996bed-ae07-45a6-b652-a4e0f67543b6",
"ParentId": "0aa03bb6-e609-4732-8e47-48ff825a8407",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"56e3046a-8c1b-4b46-8e96-ae76f682168c",
"de1f8b99-f31e-4988-bcfb-3935d3bbfdc3"
],
"Companies": [
"6c9d6ca7-d9f5-45ba-956d-d77580fcbe60",
"17aa0642-11e3-438e-b5b5-abc0ac3e2221"
],
"Groups": [
"45223647-e741-43db-939e-274b3e6c9d91",
"3a749ca6-ad73-44dc-acc3-5886e8f07fb6"
],
"Opportunities": [
"88f315cd-c97a-4295-bfc7-67135b30d766",
"76767c1d-53cd-466d-bc77-8b9f0768a340"
]
}
}
]