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": "b4283b34-279a-4491-93f6-a47543f24d38",
"ParentId": "70b410b3-ae98-4528-add0-75137d48d0ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"ecd0af2b-9877-421e-8d3f-1e1b26d5eb81",
"f360f535-3d80-4c4f-91eb-ee23b73733dd"
],
"Companies": [
"21552271-9f51-435e-922e-89bde35d0ef7",
"42dc63f1-72a9-49d2-8122-c60a6e6b7569"
],
"Groups": [
"290a10f6-7a15-45a8-9e9c-bc4a47453f21",
"9fecfdd8-566e-4ddc-a4a3-62f42f8e95e7"
],
"Opportunities": [
"f9a67f71-1601-405b-93c3-caa9bd29968d",
"e6cd6dd6-67e7-4327-b442-2686c0994b54"
]
}
}