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": "a33b8706-822c-4ce6-920a-39e0313ac521",
"ParentId": "0f85d1d2-39c7-429c-85fe-8046fbab6148",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8f139b52-c67d-4512-83c1-2c8df614e540",
"abaeca7b-e5cf-4e0c-8d59-997d149332f3"
],
"Companies": [
"6531ba9f-adea-4c02-9db1-f030b0093fd7",
"de8917b1-b140-4058-909e-0a1069283087"
],
"Groups": [
"ea722b9b-2050-48e9-a0e5-af05b8584d0b",
"7021dcd2-fd6f-4ad1-89ba-0a0dfa163b12"
],
"Opportunities": [
"e586753a-d4be-4f40-9d55-2dee88fcf734",
"5f14038b-274c-41b4-8f5f-611a5eca723f"
]
}
}