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": "6ae38d80-2f4e-49ea-b204-f035edfed3d0",
"ParentId": "a5244f39-20fa-457c-9d7a-1a4a29ede126",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"37cb5c76-1b6a-4887-b999-2f3d75bde6b9",
"62944a3e-ec0b-4d0f-90cc-cf824742f930"
],
"Companies": [
"8e737c93-de28-43e9-982e-8c32db8e11db",
"b8c6ef3a-ad8e-41e6-bcdb-2b834384b796"
],
"Groups": [
"abfd3aa6-052c-4267-90b3-60c1e1d861be",
"776960c3-9433-46c7-9048-273b66491502"
],
"Opportunities": [
"e5ac7f35-c8d6-4cb1-a49d-10e55cd57ec8",
"201bcb63-6d54-47f5-9c6e-0c59133cf97a"
]
}
}