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": "ad7d90fd-f2ba-4b01-8096-00082ab09ba9", "ParentId": "d64628f6-d067-4a50-9ade-be887c091330", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "95c95395-00c7-4eb8-88c5-0aef66869eb7", "0329c1d1-9a61-4ca9-930d-1a018f8a627f" ], "Companies": [ "668f4ace-6d27-4f31-9bdd-613eae93fbcb", "25fba08e-a6df-4bb1-b484-312fe2eb9281" ], "Groups": [ "fb35714e-3bbc-4584-b859-00909d5b769c", "d961f194-0aab-432e-b2ea-62f1f5389965" ], "Opportunities": [ "c7459f13-86f3-48f6-b289-ca9038bfc781", "2e8121b5-3f9a-48ce-a049-ff298abb68c9" ] } }, { "Id": "ad7d90fd-f2ba-4b01-8096-00082ab09ba9", "ParentId": "d64628f6-d067-4a50-9ade-be887c091330", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "95c95395-00c7-4eb8-88c5-0aef66869eb7", "0329c1d1-9a61-4ca9-930d-1a018f8a627f" ], "Companies": [ "668f4ace-6d27-4f31-9bdd-613eae93fbcb", "25fba08e-a6df-4bb1-b484-312fe2eb9281" ], "Groups": [ "fb35714e-3bbc-4584-b859-00909d5b769c", "d961f194-0aab-432e-b2ea-62f1f5389965" ], "Opportunities": [ "c7459f13-86f3-48f6-b289-ca9038bfc781", "2e8121b5-3f9a-48ce-a049-ff298abb68c9" ] } } ]