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": "673c9bbd-f6d4-4b53-a6bf-f1f2eb13334a",
"ParentId": "fa7726bf-06ba-499f-b63e-82f47c6b5eb4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"39edcaa3-714e-4f2e-ad8e-76bc8c41deaf",
"186f4adc-4f58-4583-acf0-693b1d758a01"
],
"Companies": [
"56818eea-cddb-4e79-a848-9709e39b4c35",
"e60f6612-8f48-4b8d-a97c-87f369940ffa"
],
"Groups": [
"537b7da2-4b70-4959-bfd6-6400a3a605fd",
"01867e9b-92a3-4b92-802e-9bc628bf7425"
],
"Opportunities": [
"d094feb2-b427-422b-bde2-bdf07e188079",
"927b0398-813d-4f22-b410-4e870cb91b8a"
]
}
}