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:
[ "054edbcb-bb59-4386-a5b0-be3c92e78fe3", "309c56b0-3e03-4143-bd53-262f76b36ee8" ]
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": "d29c1830-06e2-4d1d-a3e9-37defdc5b160", "ParentId": "90e6f14c-90cd-46e0-b557-06a990f3e1d6", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "efd1e8e6-66bc-4a09-90d4-644b76bbfab6", "3e4229f4-687a-4530-a189-ccec7779c70b" ], "Companies": [ "59f49fef-95a9-423b-9635-86290f3c97ce", "95473135-f7f4-4868-a687-7d26e51913c9" ], "Groups": [ "de79e56d-1e2a-4134-9099-7623140a2a1e", "55e1fb59-a563-46ba-a263-ca8eccfc13ab" ], "Opportunities": [ "7e0d6232-7553-4352-bad6-462072d306e2", "a2908739-71d8-43f3-ac27-6b0e681a5d11" ] } }, { "Id": "d29c1830-06e2-4d1d-a3e9-37defdc5b160", "ParentId": "90e6f14c-90cd-46e0-b557-06a990f3e1d6", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "efd1e8e6-66bc-4a09-90d4-644b76bbfab6", "3e4229f4-687a-4530-a189-ccec7779c70b" ], "Companies": [ "59f49fef-95a9-423b-9635-86290f3c97ce", "95473135-f7f4-4868-a687-7d26e51913c9" ], "Groups": [ "de79e56d-1e2a-4134-9099-7623140a2a1e", "55e1fb59-a563-46ba-a263-ca8eccfc13ab" ], "Opportunities": [ "7e0d6232-7553-4352-bad6-462072d306e2", "a2908739-71d8-43f3-ac27-6b0e681a5d11" ] } } ]