GET api/Groups/{id}/contacts
Get the Contacts belonging to a Group. Supported Headers: Filter, Sort, SortDesc, Take, Skip
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
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": "f5d44af2-84e2-4ca7-b18d-5a498b3400a0", "ParentId": "2eddeadc-b8b8-4a7e-894f-72d03275cd94", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "58ae074c-db90-4733-b215-025157683f34", "3906cfa9-e937-4d4a-ac23-c9e21ba75fd5" ], "Companies": [ "364b62c8-43d2-4982-a834-fe0357456376", "67aff4a4-db62-4c26-b597-ec97450c5d44" ], "Groups": [ "2e82f100-21ba-40b4-a505-2b047daa8c9d", "6f5f37de-b30b-4508-9589-be2b835ce738" ], "Opportunities": [ "53086cdf-c3c3-4ffc-a5d4-5a548acbd888", "0b068e02-075c-4057-bfdb-a04319c156c1" ] } }, { "Id": "f5d44af2-84e2-4ca7-b18d-5a498b3400a0", "ParentId": "2eddeadc-b8b8-4a7e-894f-72d03275cd94", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "58ae074c-db90-4733-b215-025157683f34", "3906cfa9-e937-4d4a-ac23-c9e21ba75fd5" ], "Companies": [ "364b62c8-43d2-4982-a834-fe0357456376", "67aff4a4-db62-4c26-b597-ec97450c5d44" ], "Groups": [ "2e82f100-21ba-40b4-a505-2b047daa8c9d", "6f5f37de-b30b-4508-9589-be2b835ce738" ], "Opportunities": [ "53086cdf-c3c3-4ffc-a5d4-5a548acbd888", "0b068e02-075c-4057-bfdb-a04319c156c1" ] } } ]