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": "0679eaba-b2fd-4206-8765-72214a7123c1",
"ParentId": "5ba5daa8-dea7-4779-acd2-70661a1fbb59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bc7570c8-a481-46d5-ab6e-41eda263a489",
"5204d44d-fbbb-4625-a14c-9fc8db2d1765"
],
"Companies": [
"4406103f-e031-4dca-91ba-fec7736aaf21",
"f8e6aa16-0e60-4d1b-a513-b529134ee4eb"
],
"Groups": [
"9b366dcf-47cf-4445-b44f-0237d5d13f73",
"4f2f8ced-590f-49d0-8813-422b928695ac"
],
"Opportunities": [
"16cf8656-0608-49f3-8e3c-039a87962484",
"a0a0bc17-01d0-48c9-87a8-78ec7b53c59d"
]
}
}