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:
[ "47561d99-46c6-41d9-b288-530d93792987", "9e792bde-f3b2-4c63-a45c-c3f4cd7b254f" ]
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": "e00d9ca1-6cd4-4451-a22f-5a628699a621", "ParentId": "803603a2-6484-4c02-a811-0f29d9be6a84", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "640055ec-33ed-4bad-887c-dc1e62ac39f3", "4d5dcd7d-889d-4d9a-86a5-1682a3eef17e" ], "Companies": [ "65411134-2407-4863-ac78-782addf3200a", "46285e2d-63b9-4a54-a384-0536faa7b8a2" ], "Groups": [ "bbc6de72-bc7a-415e-9760-216a227387c9", "fb4c579a-ac2c-4c17-853d-3da61d13ca6c" ], "Opportunities": [ "bd698989-6e08-48df-bcc6-ff3307f9be04", "90c3c991-f8f9-49c5-ace3-562551a8234a" ] } }, { "Id": "e00d9ca1-6cd4-4451-a22f-5a628699a621", "ParentId": "803603a2-6484-4c02-a811-0f29d9be6a84", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "640055ec-33ed-4bad-887c-dc1e62ac39f3", "4d5dcd7d-889d-4d9a-86a5-1682a3eef17e" ], "Companies": [ "65411134-2407-4863-ac78-782addf3200a", "46285e2d-63b9-4a54-a384-0536faa7b8a2" ], "Groups": [ "bbc6de72-bc7a-415e-9760-216a227387c9", "fb4c579a-ac2c-4c17-853d-3da61d13ca6c" ], "Opportunities": [ "bd698989-6e08-48df-bcc6-ff3307f9be04", "90c3c991-f8f9-49c5-ace3-562551a8234a" ] } } ]