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:
[ "d18ac45a-9870-4eea-8ab9-c9dde1fbd1b8", "1f1191b0-2654-4035-a505-d8a0ea4445f1" ]
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": "8318b312-b228-4d58-b956-0842912201af",
"ParentId": "cf098421-eebf-4bf4-8396-b793134b3802",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"907285f8-9009-414d-b350-5ad14cba0af9",
"46b74e4c-853c-4bb7-a8e8-d980a695aa80"
],
"Companies": [
"bf6e54b5-40c1-4959-8a24-f551119a75d1",
"053b926c-4fbb-4146-8ac1-63a8e4f16f45"
],
"Groups": [
"1076552f-563d-4970-96a3-f6e4344f4ee7",
"608aeef4-dbcc-48d5-91b7-30dbf5f5a316"
],
"Opportunities": [
"8be18291-80d8-48b1-97e2-7fe18269d47e",
"3358bb89-50a5-4f36-b140-29e2982f2601"
]
}
},
{
"Id": "8318b312-b228-4d58-b956-0842912201af",
"ParentId": "cf098421-eebf-4bf4-8396-b793134b3802",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"907285f8-9009-414d-b350-5ad14cba0af9",
"46b74e4c-853c-4bb7-a8e8-d980a695aa80"
],
"Companies": [
"bf6e54b5-40c1-4959-8a24-f551119a75d1",
"053b926c-4fbb-4146-8ac1-63a8e4f16f45"
],
"Groups": [
"1076552f-563d-4970-96a3-f6e4344f4ee7",
"608aeef4-dbcc-48d5-91b7-30dbf5f5a316"
],
"Opportunities": [
"8be18291-80d8-48b1-97e2-7fe18269d47e",
"3358bb89-50a5-4f36-b140-29e2982f2601"
]
}
}
]