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:
[ "27c3f33d-8dd2-4762-9b8c-353f2a080ece", "6c616522-0302-45c4-b427-48682f592426" ]
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": "f098ce4e-6230-493a-8ad9-5fc5da6c637e", "ParentId": "77a24df9-60e1-43e0-bb89-3119f9a1f15d", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "70ec868a-94b0-43b6-b7c0-85c86cadc7f8", "fcdd49cc-773a-4138-ba62-20f47510dcd4" ], "Companies": [ "09cc4859-083a-4cc4-b0fe-cc7377e179d2", "3730dede-c572-4dca-8e66-b102e8102972" ], "Groups": [ "4d4c6e51-e435-42e5-a5a4-f2ecb33b8831", "6e87410b-ff1e-4eae-9e5d-a5add935f5aa" ], "Opportunities": [ "a64b3949-09e2-4f1e-b615-6d79e0c60bf9", "85e7352c-d9f2-4e06-949b-686cd00750ff" ] } }, { "Id": "f098ce4e-6230-493a-8ad9-5fc5da6c637e", "ParentId": "77a24df9-60e1-43e0-bb89-3119f9a1f15d", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "70ec868a-94b0-43b6-b7c0-85c86cadc7f8", "fcdd49cc-773a-4138-ba62-20f47510dcd4" ], "Companies": [ "09cc4859-083a-4cc4-b0fe-cc7377e179d2", "3730dede-c572-4dca-8e66-b102e8102972" ], "Groups": [ "4d4c6e51-e435-42e5-a5a4-f2ecb33b8831", "6e87410b-ff1e-4eae-9e5d-a5add935f5aa" ], "Opportunities": [ "a64b3949-09e2-4f1e-b615-6d79e0c60bf9", "85e7352c-d9f2-4e06-949b-686cd00750ff" ] } } ]