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": "6c40e160-f33f-4057-befa-c2eecd430ad5",
"ParentId": "935e1958-d9e0-4b1e-b5b6-fd3627b31cdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"36a89e29-d6de-46be-be29-2c63a04aa1f6",
"42fd787f-260b-4c45-b07a-4ec2db6dce9c"
],
"Companies": [
"f289bf6b-898f-45ee-b732-c53c1c43a6b0",
"40f651bb-d159-4d1b-a604-e44c8d4b79f6"
],
"Groups": [
"f90cc0bc-c200-47c8-8a9d-e6ca7b5522f2",
"0048706b-cc30-432d-9caa-4acdda0b56d1"
],
"Opportunities": [
"a273ae1a-9690-408b-be57-c34a7e097b86",
"60683330-0bf9-4801-9529-c56d61516a8f"
]
}
}