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": "267acf70-ffac-49aa-83e2-f3f16c16ca9e",
"ParentId": "7a97fb7b-c099-44cc-9526-b536d158b812",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"90c6f199-ed21-4b4f-ae56-a127e0c0d2d4",
"04db6650-b551-4104-bb5b-b48856af2541"
],
"Companies": [
"b491cdb0-799e-494d-8894-ab1d576ec41b",
"eaeeda54-3721-46b0-8c4f-01f016ffe9a9"
],
"Groups": [
"15f589ed-6c71-45b5-94fa-e366662224e2",
"c116f7c1-1098-49d9-bab0-03ac5b94863a"
],
"Opportunities": [
"e7adb9eb-a887-49f5-bf60-1751bc0a01cc",
"dd1ee2be-a650-4321-af39-0297b1cedb7a"
]
}
}