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:
[ "ef8e6353-c2a0-45e6-976e-11b8243e9d86", "0983d57c-140d-4086-9b57-75ac3b4b1f2d" ]
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": "4ee2ec03-666c-4ee9-a1a2-3639d3eec715", "ParentId": "7056ed44-1528-4865-8e48-60fbb9cdd31a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "45a88124-5157-4745-bdaf-ffc4f35de1c1", "a86dc3bd-4bca-49d9-b681-c763cf65bcd0" ], "Companies": [ "edb9c962-2991-402c-9f1a-991a4e46fa29", "047a597c-d04e-4a7f-b6f6-de6a9006f0a2" ], "Groups": [ "e679c7a7-a4b4-49db-9132-62f543e16b30", "341f0da4-4878-4727-b402-0cf63866f525" ], "Opportunities": [ "b3b14436-1a0e-4ffc-8aae-0da13bb7c7c3", "d4a7f50f-163d-4af2-bf01-b847b986c144" ] } }, { "Id": "4ee2ec03-666c-4ee9-a1a2-3639d3eec715", "ParentId": "7056ed44-1528-4865-8e48-60fbb9cdd31a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "45a88124-5157-4745-bdaf-ffc4f35de1c1", "a86dc3bd-4bca-49d9-b681-c763cf65bcd0" ], "Companies": [ "edb9c962-2991-402c-9f1a-991a4e46fa29", "047a597c-d04e-4a7f-b6f6-de6a9006f0a2" ], "Groups": [ "e679c7a7-a4b4-49db-9132-62f543e16b30", "341f0da4-4878-4727-b402-0cf63866f525" ], "Opportunities": [ "b3b14436-1a0e-4ffc-8aae-0da13bb7c7c3", "d4a7f50f-163d-4af2-bf01-b847b986c144" ] } } ]