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": "d0af087f-d12a-4ba5-a614-e5f0edca42c8", "ParentId": "24a09653-1c03-4c7f-84f5-e39db0ef6d70", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "ffcc4b6a-867b-4140-a73e-6fc42b0eb188", "a2389565-b07a-4e79-ab16-bf3daba653da" ], "Companies": [ "71ba5b56-1df0-40b1-9ea2-7ca226871849", "0299282b-7317-4397-918f-7e1a66ef1c70" ], "Groups": [ "6c0fb9a7-51da-4a39-b318-330690a18306", "1bbeb523-f20a-4362-ab3d-0ee73099a55c" ], "Opportunities": [ "9f0942bb-369a-45a8-b02e-f75b6b9f7166", "6a778bff-3e10-469c-a917-c11c4c99cd0e" ] } }, { "Id": "d0af087f-d12a-4ba5-a614-e5f0edca42c8", "ParentId": "24a09653-1c03-4c7f-84f5-e39db0ef6d70", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "ffcc4b6a-867b-4140-a73e-6fc42b0eb188", "a2389565-b07a-4e79-ab16-bf3daba653da" ], "Companies": [ "71ba5b56-1df0-40b1-9ea2-7ca226871849", "0299282b-7317-4397-918f-7e1a66ef1c70" ], "Groups": [ "6c0fb9a7-51da-4a39-b318-330690a18306", "1bbeb523-f20a-4362-ab3d-0ee73099a55c" ], "Opportunities": [ "9f0942bb-369a-45a8-b02e-f75b6b9f7166", "6a778bff-3e10-469c-a917-c11c4c99cd0e" ] } } ]