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:
[ "0f6f6289-3d1b-44f3-bc8c-7f6182c87018", "be3b58bc-8c55-435e-8e7d-9e3e686f7b0d" ]
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": "b421aa43-5b30-43da-bd24-995d207e1ff2",
"ParentId": "2a9f3fd1-23b5-460a-a73f-b94f06e297ec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5e31f85c-322b-47f0-af10-e8357bc6bf33",
"64de4a0b-3ed6-44f7-bbb7-031069f2cc5d"
],
"Companies": [
"3b03aa96-6abe-445a-a4bd-bedc599042d3",
"e292c61e-7022-4ae7-887c-ab9d69e62a2c"
],
"Groups": [
"8e8fbb48-2617-41eb-984a-c13ab1369842",
"bc6cae65-5ade-4c12-a2f2-c2988bf73ab5"
],
"Opportunities": [
"6a83f181-46f2-4b8d-ab01-ea1b265d082b",
"192ee1fe-9b44-439e-a268-2b2bd3bc5489"
]
}
},
{
"Id": "b421aa43-5b30-43da-bd24-995d207e1ff2",
"ParentId": "2a9f3fd1-23b5-460a-a73f-b94f06e297ec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5e31f85c-322b-47f0-af10-e8357bc6bf33",
"64de4a0b-3ed6-44f7-bbb7-031069f2cc5d"
],
"Companies": [
"3b03aa96-6abe-445a-a4bd-bedc599042d3",
"e292c61e-7022-4ae7-887c-ab9d69e62a2c"
],
"Groups": [
"8e8fbb48-2617-41eb-984a-c13ab1369842",
"bc6cae65-5ade-4c12-a2f2-c2988bf73ab5"
],
"Opportunities": [
"6a83f181-46f2-4b8d-ab01-ea1b265d082b",
"192ee1fe-9b44-439e-a268-2b2bd3bc5489"
]
}
}
]