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": "55682243-dae0-47fd-ac2a-2a206d5f771b", "ParentId": "eef8aeea-901b-4869-9c79-bff0371e8702", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "c5caa372-a6fa-4e76-9e6d-315ef58119a8", "161c6f67-9f74-430e-998f-6f9f32bbbb9a" ], "Companies": [ "ebbadfad-0ef1-472e-ac80-3dcb4ddb15da", "5e6e7e6f-5c0f-4e23-aa29-a6840c7c8f46" ], "Groups": [ "1fc23a42-cfb3-434e-bf1d-d2a661b94909", "2df472d0-ebd0-4942-95c4-717c29b67426" ], "Opportunities": [ "62fcacd9-77e7-41bd-86a3-c11865ffabfa", "3f1d9a8e-07e6-4427-a5b0-c73ad0649536" ] } }, { "Id": "55682243-dae0-47fd-ac2a-2a206d5f771b", "ParentId": "eef8aeea-901b-4869-9c79-bff0371e8702", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "c5caa372-a6fa-4e76-9e6d-315ef58119a8", "161c6f67-9f74-430e-998f-6f9f32bbbb9a" ], "Companies": [ "ebbadfad-0ef1-472e-ac80-3dcb4ddb15da", "5e6e7e6f-5c0f-4e23-aa29-a6840c7c8f46" ], "Groups": [ "1fc23a42-cfb3-434e-bf1d-d2a661b94909", "2df472d0-ebd0-4942-95c4-717c29b67426" ], "Opportunities": [ "62fcacd9-77e7-41bd-86a3-c11865ffabfa", "3f1d9a8e-07e6-4427-a5b0-c73ad0649536" ] } } ]