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": "f535cc1f-ca64-44e0-9148-dd58e9d3baed",
"ParentId": "7dc0c694-7860-4c1b-9f05-c7f00e11a8c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7d7cffc4-7724-406e-bd71-861aba670e57",
"64901525-943d-4757-af75-1b141d32b700"
],
"Companies": [
"1e79d6b4-25f5-4e55-9bfe-fa50c3f6972c",
"7adee8a7-3e20-4f04-96f7-f62ae1e45da8"
],
"Groups": [
"eb3e72c3-a74f-4b57-ae7f-2ddfbbba8794",
"b33c13e4-3ffa-4164-8ba6-b0ed294ed7e4"
],
"Opportunities": [
"70b186e7-3d43-4e5f-91cf-4a20364dfa1b",
"0be952d6-6257-4286-a13c-894c15b278da"
]
}
}