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:
[ "aa359dc7-3d69-4e61-a0c9-6a947593b59b", "b5af870a-95cb-4f8e-9a96-8b967327923e" ]
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": "437567a8-0486-44e8-927f-051a9f821bd1", "ParentId": "d0350243-7ee2-4daa-ba71-2f35e0594112", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "729599b9-1ed3-4b3f-acd8-d58cf9e0f6ab", "25d43a76-3a49-4da6-8332-9593d2b576f6" ], "Companies": [ "04911679-aa29-4d1b-81b4-0ecf63257f64", "4224fc6a-3966-43b7-b0a9-0a7e0ba0a1ce" ], "Groups": [ "9ee28573-e859-4c5b-96b0-a32f55c800ea", "ebce8ff7-a5dc-4cb9-a7df-de3ec647c5be" ], "Opportunities": [ "3a1019c6-1c43-43eb-a668-0e6393fec4f4", "12ba833a-12df-4551-8ac1-38c4b6b5c3d3" ] } }, { "Id": "437567a8-0486-44e8-927f-051a9f821bd1", "ParentId": "d0350243-7ee2-4daa-ba71-2f35e0594112", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "729599b9-1ed3-4b3f-acd8-d58cf9e0f6ab", "25d43a76-3a49-4da6-8332-9593d2b576f6" ], "Companies": [ "04911679-aa29-4d1b-81b4-0ecf63257f64", "4224fc6a-3966-43b7-b0a9-0a7e0ba0a1ce" ], "Groups": [ "9ee28573-e859-4c5b-96b0-a32f55c800ea", "ebce8ff7-a5dc-4cb9-a7df-de3ec647c5be" ], "Opportunities": [ "3a1019c6-1c43-43eb-a668-0e6393fec4f4", "12ba833a-12df-4551-8ac1-38c4b6b5c3d3" ] } } ]