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": "a7fa22b6-f15b-4e21-a59e-95dbe75ac458",
"ParentId": "8ce0859c-3188-4312-8d5e-ef95d0da3d37",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"ae34da70-8259-47d7-9d07-b904744f536c",
"31c5cf23-c10d-43c0-81fa-1ad456a005af"
],
"Companies": [
"a0698f90-2021-4004-adea-bdd3952b893a",
"835a3a2a-fc7b-4077-9128-7198b89c5d60"
],
"Groups": [
"9683f328-802a-4438-8a1d-d2ed0add0270",
"ffc86338-b5bb-44ea-8f30-336a366a676c"
],
"Opportunities": [
"fb605ade-5e99-49d8-b3aa-bb28ca29e7cf",
"3015c29f-f994-403c-b5ed-9bb959444bf5"
]
}
}