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": "84e34bc0-aa9f-4da7-acb3-22d10e6ab086",
"ParentId": "f2cc4b00-e78b-4ccc-a9d4-fe5062468699",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fcae21ee-77c3-4c03-b50b-cee73e8376c3",
"b5da5716-5041-475d-be94-2868803c8ca1"
],
"Companies": [
"c850203f-dfb9-4880-9d9f-f4fc1f52dbe3",
"98f95caf-78fb-4c11-8042-121550c0e452"
],
"Groups": [
"05c52a20-9a9e-49ca-a3b7-8151ed3c4212",
"27f78256-0ce5-4d72-897b-f996daf466dc"
],
"Opportunities": [
"3a208185-443c-4f33-a9e1-50031cb2b8be",
"94819506-6797-4312-85ea-b7b7219cd2b8"
]
}
}