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 MutableEntityExtended| Name | 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": "20b7bed9-9ab9-4b9c-a61f-563b98b413bd",
"ParentId": "ea07e9e3-3982-4efe-ad6c-0515c940e078",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"dfd338a0-9ad6-495e-8b67-4e89c2e0cee3",
"5c152227-4044-4e32-a88b-1a847df69b83"
],
"Companies": [
"9052fe1c-7e66-4e59-8dc6-7d4a9766f720",
"cb4215af-f3c1-4fc5-96fe-0262bb76955d"
],
"Groups": [
"21657ea0-6d69-4be2-9167-71358f125500",
"d8c2c3f9-5016-4aee-a15c-f7a3790241da"
],
"Opportunities": [
"47238de6-482b-4c82-bc7c-463c19fa6a5a",
"aa817009-b72e-448d-957d-d3a557a516f3"
]
}
},
{
"Id": "20b7bed9-9ab9-4b9c-a61f-563b98b413bd",
"ParentId": "ea07e9e3-3982-4efe-ad6c-0515c940e078",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"dfd338a0-9ad6-495e-8b67-4e89c2e0cee3",
"5c152227-4044-4e32-a88b-1a847df69b83"
],
"Companies": [
"9052fe1c-7e66-4e59-8dc6-7d4a9766f720",
"cb4215af-f3c1-4fc5-96fe-0262bb76955d"
],
"Groups": [
"21657ea0-6d69-4be2-9167-71358f125500",
"d8c2c3f9-5016-4aee-a15c-f7a3790241da"
],
"Opportunities": [
"47238de6-482b-4c82-bc7c-463c19fa6a5a",
"aa817009-b72e-448d-957d-d3a557a516f3"
]
}
}
]