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": "48994857-446f-4cd3-93b4-51a7fb3af6f7", "ParentId": "e61ed79d-d0f8-4508-b66d-d9c0b565baf4", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "cb605e69-2d44-4a8c-98ad-1c8fe7d0156e", "75aa9b9f-d85a-4f8a-a0ea-ddc0709a2a9a" ], "Companies": [ "94d68c6c-3491-4836-908c-b9ad10812505", "0b46c1fb-5e02-400a-8389-ee01b43691e8" ], "Groups": [ "a4b5532c-e328-477d-8d2d-7b364e5ff09c", "711e138a-cc60-44ad-8f8a-fd2caef76ef8" ], "Opportunities": [ "f0666a0f-2fc0-4f17-963e-a70f5eb1121a", "67b3457f-e179-4930-b60d-cc0723280498" ] } }, { "Id": "48994857-446f-4cd3-93b4-51a7fb3af6f7", "ParentId": "e61ed79d-d0f8-4508-b66d-d9c0b565baf4", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "cb605e69-2d44-4a8c-98ad-1c8fe7d0156e", "75aa9b9f-d85a-4f8a-a0ea-ddc0709a2a9a" ], "Companies": [ "94d68c6c-3491-4836-908c-b9ad10812505", "0b46c1fb-5e02-400a-8389-ee01b43691e8" ], "Groups": [ "a4b5532c-e328-477d-8d2d-7b364e5ff09c", "711e138a-cc60-44ad-8f8a-fd2caef76ef8" ], "Opportunities": [ "f0666a0f-2fc0-4f17-963e-a70f5eb1121a", "67b3457f-e179-4930-b60d-cc0723280498" ] } } ]