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": "cc513243-29e2-4098-8dff-be392c60fcf8",
"ParentId": "e931ff9b-ab2d-4678-bc56-664b81d6487a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"21797e67-1415-4d23-b8ca-6a010aa8f439",
"24aabe55-9e02-45b5-9cf0-ebc4d115e287"
],
"Companies": [
"e7fe64cf-538a-446e-b991-f3dd6c60a808",
"0ff6690d-23d5-467e-9fbf-8d5bcb7ce666"
],
"Groups": [
"c78f32f0-7af0-435d-b051-048bacff42f8",
"a46e79df-5b4f-439b-a57f-e8bb4a2aab0c"
],
"Opportunities": [
"8c0741f0-5971-46b1-9fba-564a4c1fc3d2",
"abe3fc42-38c2-4aa9-a1c8-f0d6adce0d45"
]
}
}