GET api/Groups/{id}
Get a Group by ID. Supported Headers: SelectField
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "e69d3e94-15b5-4784-b045-e72698523f50",
"ParentId": "feb576c8-037a-4a4a-8ba1-3ec72f1d056d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"222b06ff-dcc6-416a-bce3-5ad0cc855c74",
"78c4da51-be71-4785-b5fe-15fd4a90c714"
],
"Companies": [
"5d745caf-9fba-4a1d-8ea3-4abedc0056bf",
"3c3fda6b-8df0-4957-9967-1a2755acc74d"
],
"Groups": [
"6d1e0a7f-7860-4097-991d-31f59e270fec",
"8d247b70-1f5a-4e36-97bb-d9b19a222fe2"
],
"Opportunities": [
"5e8e12d3-06cd-4110-9655-03b10002c62b",
"9f5ee61e-fbb1-4f2e-991f-149ca9e852f5"
]
}
}