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:
[ "6455b059-022c-4386-bd57-ce66d99a9718", "666ddf0e-8f61-4c11-acd1-2aa05b636703" ]
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": "cdebb2b0-fdc3-4a84-9ffd-48fd9db47d92", "ParentId": "9648e3af-a30f-4c73-8922-6e932107faff", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "e42b675d-4508-476f-8bf1-ab01b04cb946", "4ca79a54-826d-4ebf-916b-0af0ebd8b44b" ], "Companies": [ "44f85291-4ebc-47f3-aebf-054efec9516e", "5146b7a3-8a76-4b85-8000-7f96b305811e" ], "Groups": [ "b5ab38ee-0293-4163-aff8-2fcb2782f34d", "6a6a8bd7-ae21-4393-a9dd-c4bbb4270bf3" ], "Opportunities": [ "e38bc712-ac52-45d6-af5b-03804149f45f", "f531be24-6417-4208-b666-df246063be89" ] } }, { "Id": "cdebb2b0-fdc3-4a84-9ffd-48fd9db47d92", "ParentId": "9648e3af-a30f-4c73-8922-6e932107faff", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "e42b675d-4508-476f-8bf1-ab01b04cb946", "4ca79a54-826d-4ebf-916b-0af0ebd8b44b" ], "Companies": [ "44f85291-4ebc-47f3-aebf-054efec9516e", "5146b7a3-8a76-4b85-8000-7f96b305811e" ], "Groups": [ "b5ab38ee-0293-4163-aff8-2fcb2782f34d", "6a6a8bd7-ae21-4393-a9dd-c4bbb4270bf3" ], "Opportunities": [ "e38bc712-ac52-45d6-af5b-03804149f45f", "f531be24-6417-4208-b666-df246063be89" ] } } ]