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": "77a61325-1ba4-43e9-a83b-551729d7801a",
"ParentId": "06f0554c-e1a5-4f74-919c-353e5e8c9826",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1e85b119-2eeb-44d7-a36b-f4a76a5e4afd",
"ffdb4099-ff53-4109-a7aa-d4039795d01c"
],
"Companies": [
"93dea24a-4db9-4d6e-95a6-151f1bfc69ac",
"cdd37945-4150-4cbb-b5bf-98a41cd2cf3d"
],
"Groups": [
"271f5ea9-ae94-412b-be94-a17076230149",
"f0226e10-6101-44c0-9f2f-666d6b8c20bb"
],
"Opportunities": [
"84a86f88-915e-4907-81c7-33c0d889b7a2",
"51dbc960-763a-4480-a508-eeccc22c49ef"
]
}
},
{
"Id": "77a61325-1ba4-43e9-a83b-551729d7801a",
"ParentId": "06f0554c-e1a5-4f74-919c-353e5e8c9826",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1e85b119-2eeb-44d7-a36b-f4a76a5e4afd",
"ffdb4099-ff53-4109-a7aa-d4039795d01c"
],
"Companies": [
"93dea24a-4db9-4d6e-95a6-151f1bfc69ac",
"cdd37945-4150-4cbb-b5bf-98a41cd2cf3d"
],
"Groups": [
"271f5ea9-ae94-412b-be94-a17076230149",
"f0226e10-6101-44c0-9f2f-666d6b8c20bb"
],
"Opportunities": [
"84a86f88-915e-4907-81c7-33c0d889b7a2",
"51dbc960-763a-4480-a508-eeccc22c49ef"
]
}
}
]