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": "e6f96d92-6597-487d-8e28-6ffafca0ad1c",
"ParentId": "096aebcc-c086-4ad6-84ff-caca08c040f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"60a59ea6-14a2-4b0d-bce7-01e909552e41",
"ed440cd2-1112-4bfa-a2a1-05f883037dc0"
],
"Companies": [
"cfa0c0dc-cd9f-41cf-82d7-e7a3a8216bc5",
"586ca9ee-c0d3-4a51-906c-6c019b9df93d"
],
"Groups": [
"eeea28f0-ffe3-4abd-befa-2c37536e7696",
"c351dafa-882d-41cd-9a9e-1ef7bc319d92"
],
"Opportunities": [
"53ee20a0-b3b3-4af0-b911-80cd2dee349e",
"7ba5c54c-42bf-4039-a6de-0dda1488948d"
]
}
}