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": "bc86e517-1b9b-4fba-b29b-d55557b26d22",
"ParentId": "a8c90539-fe1f-4197-bb7a-e56ce49d4af4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e15d9ed9-d1fc-4a20-8998-f177a40a73a1",
"fed0577e-6d41-413b-baaa-20f9bcc84302"
],
"Companies": [
"278be376-1c7e-4165-a279-9a4f4d052d46",
"e5e3e25b-c3b3-49b8-a7b1-1c7246195d15"
],
"Groups": [
"dc620e1f-c8ef-49a1-9f27-6c2e0e7843a8",
"2bb6396a-0871-4107-80c0-a5d375ca3f78"
],
"Opportunities": [
"7d983646-e76a-4b45-bdef-8d1610956e37",
"2a0c2d8e-1a2f-4205-8f6a-20a002f93402"
]
}
},
{
"Id": "bc86e517-1b9b-4fba-b29b-d55557b26d22",
"ParentId": "a8c90539-fe1f-4197-bb7a-e56ce49d4af4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e15d9ed9-d1fc-4a20-8998-f177a40a73a1",
"fed0577e-6d41-413b-baaa-20f9bcc84302"
],
"Companies": [
"278be376-1c7e-4165-a279-9a4f4d052d46",
"e5e3e25b-c3b3-49b8-a7b1-1c7246195d15"
],
"Groups": [
"dc620e1f-c8ef-49a1-9f27-6c2e0e7843a8",
"2bb6396a-0871-4107-80c0-a5d375ca3f78"
],
"Opportunities": [
"7d983646-e76a-4b45-bdef-8d1610956e37",
"2a0c2d8e-1a2f-4205-8f6a-20a002f93402"
]
}
}
]