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:
[ "8745b635-4b4c-4a20-b0f5-7fdfb0da88aa", "5355f456-7ba9-4210-9d4d-75e2bad8c537" ]
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": "d92a2b19-e5af-4881-a8d7-bb392fe6e929", "ParentId": "467fa0da-544d-49ee-b566-37e9f2afe2c4", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "99b3b8dc-da35-4e98-b41d-51ef3a771dd8", "b8c5b65b-972f-44ab-b340-f09a2177fa79" ], "Companies": [ "ae94fd8d-840a-4070-a721-161563b1e5ee", "89f4944f-a1db-4f67-b06d-c39442590436" ], "Groups": [ "7ddd987f-39cb-472a-9f3e-dc3e27c830de", "8fe90195-caa2-4372-a87e-6775283cb0d8" ], "Opportunities": [ "1f84fffb-b97c-4143-8f5f-cb12c568f9dc", "96ff5098-18db-46ca-8a26-8f56856e01c8" ] } }, { "Id": "d92a2b19-e5af-4881-a8d7-bb392fe6e929", "ParentId": "467fa0da-544d-49ee-b566-37e9f2afe2c4", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "99b3b8dc-da35-4e98-b41d-51ef3a771dd8", "b8c5b65b-972f-44ab-b340-f09a2177fa79" ], "Companies": [ "ae94fd8d-840a-4070-a721-161563b1e5ee", "89f4944f-a1db-4f67-b06d-c39442590436" ], "Groups": [ "7ddd987f-39cb-472a-9f3e-dc3e27c830de", "8fe90195-caa2-4372-a87e-6775283cb0d8" ], "Opportunities": [ "1f84fffb-b97c-4143-8f5f-cb12c568f9dc", "96ff5098-18db-46ca-8a26-8f56856e01c8" ] } } ]