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": "73d1bd61-b053-4cb2-8b61-a926371ad90d",
"ParentId": "e493dd7d-4e97-4191-90f3-39a764201ca5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"76087c64-31f4-48b9-9dc5-65d36fc46764",
"503974fe-6dfb-43a8-a469-5767f97e6237"
],
"Companies": [
"1da52926-edf7-4891-80b3-b8dee39fea61",
"8424f02c-c684-44c0-b4c0-1d2d4a64695c"
],
"Groups": [
"179e8ead-f589-4bee-9172-4bd110ce02a6",
"504bd79f-f48a-4e3c-8be6-34f86b1f2a58"
],
"Opportunities": [
"c824da59-fedb-4e59-83a3-ecb22e3fcec5",
"ce9e5c7b-a6f5-4a73-b966-4ef13c3244b7"
]
}
}