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": "3cb1e253-2381-4dc7-b140-5f4f6d71ffbc",
"ParentId": "72f87586-e8c7-4efd-88a4-a872ad13e19e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4f52d726-80ac-4a7f-a350-399ea1be48a5",
"c66a9da9-59b3-441c-9d63-5a86de1c5c10"
],
"Companies": [
"01f4decb-8001-408b-b584-b747acb88da2",
"43ddb684-5b1e-42c4-bf74-5eaf4f87bcf0"
],
"Groups": [
"b0755e1f-553d-4ae6-a4d5-6ecbaca0103b",
"155c306d-8c92-4db4-8c73-1a3bc93a67d4"
],
"Opportunities": [
"1d720ea6-b7b1-48db-9445-d7c5ba15643c",
"7042325c-e1d4-46b2-9e14-8087f19fae8f"
]
}
}