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:
[ "7d5c828a-92cf-41e6-99f9-119f3784dc09", "5b6ded33-7746-41fb-a9c8-7b585f6263a4" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of MutableEntityExtendedName | 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": "2508a265-9f8c-42c6-bb9c-dd79d7f06617", "ParentId": "307deb10-90e5-4e63-9ac9-b27c60ec3140", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "acbe7543-d085-4dbd-9294-9e5834b10f66", "ef0d81e2-98eb-4372-9f5c-1c5d7fd25d18" ], "Companies": [ "2651f7af-be3b-42c0-897a-f7964bacf54d", "9e5926af-789f-43c5-8941-a855c3a4701b" ], "Groups": [ "5c242214-af78-4a08-b9c9-290c415edaa9", "ce4d0063-e39f-486d-8c4f-a6ad370bf99d" ], "Opportunities": [ "a7265f97-55af-4f73-b99a-06640a766809", "205760e2-896a-4e30-9d8a-2aad5d0810b7" ] } }, { "Id": "2508a265-9f8c-42c6-bb9c-dd79d7f06617", "ParentId": "307deb10-90e5-4e63-9ac9-b27c60ec3140", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "acbe7543-d085-4dbd-9294-9e5834b10f66", "ef0d81e2-98eb-4372-9f5c-1c5d7fd25d18" ], "Companies": [ "2651f7af-be3b-42c0-897a-f7964bacf54d", "9e5926af-789f-43c5-8941-a855c3a4701b" ], "Groups": [ "5c242214-af78-4a08-b9c9-290c415edaa9", "ce4d0063-e39f-486d-8c4f-a6ad370bf99d" ], "Opportunities": [ "a7265f97-55af-4f73-b99a-06640a766809", "205760e2-896a-4e30-9d8a-2aad5d0810b7" ] } } ]