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": "7e2dd308-7504-41fd-8e72-fabfbb953bec",
"ParentId": "3d3d2614-d71f-47f0-b86c-6bad3594abf6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a2c91a7c-4c8e-4ba5-a41d-75aea0d6aba3",
"d02a545a-90b3-431f-82b6-19b2ee388df0"
],
"Companies": [
"f0bcd03a-36a1-4155-a517-435d618b7ed6",
"7d86b2bb-67df-4d16-b766-298b74b3d1aa"
],
"Groups": [
"8ec3e78f-4d7e-4329-914e-8957cd1ce01e",
"94e64f67-f39c-4af6-bf3f-f84bd3a36e24"
],
"Opportunities": [
"57836ce3-1988-43f4-967d-e01057f0c9dd",
"464a8422-720e-4484-a459-184e8381a2b9"
]
}
},
{
"Id": "7e2dd308-7504-41fd-8e72-fabfbb953bec",
"ParentId": "3d3d2614-d71f-47f0-b86c-6bad3594abf6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a2c91a7c-4c8e-4ba5-a41d-75aea0d6aba3",
"d02a545a-90b3-431f-82b6-19b2ee388df0"
],
"Companies": [
"f0bcd03a-36a1-4155-a517-435d618b7ed6",
"7d86b2bb-67df-4d16-b766-298b74b3d1aa"
],
"Groups": [
"8ec3e78f-4d7e-4329-914e-8957cd1ce01e",
"94e64f67-f39c-4af6-bf3f-f84bd3a36e24"
],
"Opportunities": [
"57836ce3-1988-43f4-967d-e01057f0c9dd",
"464a8422-720e-4484-a459-184e8381a2b9"
]
}
}
]