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": "789d7527-745c-45fd-accc-f26d238d59e6",
"ParentId": "3d60bc0a-ab1d-488b-b609-ef7868041e8f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"92a12e12-4d1c-49cf-9dd2-7518bf284e9a",
"0e110242-9548-47fc-bf73-22d0a617531b"
],
"Companies": [
"6d501180-9e2c-492e-b324-bb6827860e7f",
"a21a4017-4b65-4c4a-b000-8ad9db777b92"
],
"Groups": [
"fde1016e-1e2f-4d5b-a052-c738f8d7882e",
"ece339cf-6317-4a4e-94dd-6c8df4e237af"
],
"Opportunities": [
"e130b636-66bc-42dd-b887-076cee2ff7d5",
"01a7e252-04ad-4194-9360-fc44dfc15bb5"
]
}
}