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": "09fd6ae1-2596-4b24-8735-adacc9f12f7a",
"ParentId": "e882ebca-c5c4-4f17-a752-4dcf3c57f670",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3e21b86b-1bde-4243-b970-298e1b9cb74e",
"c7723e46-5609-4197-9f7b-fe3d58f577c1"
],
"Companies": [
"e0df3a13-ded8-442d-a33e-e1417ae195f4",
"7030272f-f7a8-472c-b695-4724674e91a1"
],
"Groups": [
"e415084f-3dc6-4e05-88ed-1d92f6f6be53",
"9e42b793-0fa9-4597-be47-6a9197f002fe"
],
"Opportunities": [
"768a3b8e-5b24-4caa-a2f1-1349cad0a8fb",
"c50e610d-a265-40f3-a9f4-114afaab4246"
]
}
}