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": "7d4106ba-1c24-418b-9726-0faf7de488e4",
"ParentId": "35c24cc2-63cc-4fe4-88f4-fa4639c2e08a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5aafd3d0-b78b-439b-8323-92aeea97aa39",
"975c5888-0f14-4c30-b41f-8bf4f380f4a7"
],
"Companies": [
"df847da0-6df7-449d-b544-d511a857991e",
"ff5b83cb-49df-4b8b-abdb-93e761af32a6"
],
"Groups": [
"14ae2528-d41a-4fa5-8d73-e9327f1160e3",
"2e880781-0d17-41cc-bc1a-ebdab79ac882"
],
"Opportunities": [
"346701e0-ff8c-4c0e-b8d5-3a24ee934eba",
"18598228-e565-4356-9f82-14cb34cc8b95"
]
}
}