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:
[ "ef70142e-fc6f-4053-b9be-a42c122a5955", "6eea062b-f15f-4104-8cfe-bc357fee52ee" ]
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": "ac33dd30-e3a6-4406-b9ec-41562aac7581", "ParentId": "c02b4e79-9fc8-4996-ab44-ba163726dfe0", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "25a34700-c66b-4dfe-a221-cd8eb1eb23fd", "c1f95cf7-f3ed-4c94-be62-5455e64920c0" ], "Companies": [ "b5a726dc-f469-4ebf-8526-27748baec667", "16b18f55-9305-4a14-b257-c36138910031" ], "Groups": [ "e0132c40-8edb-4af2-a061-745ec4c9ab01", "14a2f9c1-e22d-4b77-962e-74ef84fe7412" ], "Opportunities": [ "cd7c0241-cabe-4f27-9695-75fb25563274", "7c0a0f0d-4778-4186-bb9f-945f23fa7167" ] } }, { "Id": "ac33dd30-e3a6-4406-b9ec-41562aac7581", "ParentId": "c02b4e79-9fc8-4996-ab44-ba163726dfe0", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "25a34700-c66b-4dfe-a221-cd8eb1eb23fd", "c1f95cf7-f3ed-4c94-be62-5455e64920c0" ], "Companies": [ "b5a726dc-f469-4ebf-8526-27748baec667", "16b18f55-9305-4a14-b257-c36138910031" ], "Groups": [ "e0132c40-8edb-4af2-a061-745ec4c9ab01", "14a2f9c1-e22d-4b77-962e-74ef84fe7412" ], "Opportunities": [ "cd7c0241-cabe-4f27-9695-75fb25563274", "7c0a0f0d-4778-4186-bb9f-945f23fa7167" ] } } ]