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:
[ "1761ea60-4627-45d9-979f-1884fd9f5173", "91915e95-cb4c-488b-91b6-222373324786" ]
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": "0c3b5c36-1310-4937-a584-6b3b377dd9a4", "ParentId": "298b717e-94e0-4329-b351-a0ab4179250e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "2b4bff7a-4b84-4d64-be94-4b30ef415a47", "2cf7f888-c1c0-440a-a617-2ddd1458c06f" ], "Companies": [ "65646f20-4517-462d-9388-aa6f4103aaec", "671a0076-3eaa-4bbd-98a9-6d954c11ebaa" ], "Groups": [ "e15b195a-7b04-47b7-b799-786f27c7b24a", "9ef3175e-1466-4e86-81b0-17264b5fa3de" ], "Opportunities": [ "852c2298-48b0-490c-bf36-38153cc8c0ee", "5e78623b-6d38-401b-adf5-df251cd3244f" ] } }, { "Id": "0c3b5c36-1310-4937-a584-6b3b377dd9a4", "ParentId": "298b717e-94e0-4329-b351-a0ab4179250e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "2b4bff7a-4b84-4d64-be94-4b30ef415a47", "2cf7f888-c1c0-440a-a617-2ddd1458c06f" ], "Companies": [ "65646f20-4517-462d-9388-aa6f4103aaec", "671a0076-3eaa-4bbd-98a9-6d954c11ebaa" ], "Groups": [ "e15b195a-7b04-47b7-b799-786f27c7b24a", "9ef3175e-1466-4e86-81b0-17264b5fa3de" ], "Opportunities": [ "852c2298-48b0-490c-bf36-38153cc8c0ee", "5e78623b-6d38-401b-adf5-df251cd3244f" ] } } ]