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": "1acc58b7-d929-4dae-a3d4-f28b5cae516c",
"ParentId": "3651b9cb-d404-4d66-bcdb-4f91a6d58ae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"08f9512f-aa15-43e8-9d76-bdfaea6b4666",
"b0a2a6ea-49de-4af8-bdb5-501bf7625f52"
],
"Companies": [
"034e2cc0-85f0-4f7f-92c7-dca969752996",
"7658eeeb-b874-4bc8-bfdb-346451a600c5"
],
"Groups": [
"8bd3b471-796b-4db4-b10e-4b222115d20d",
"4fe25f66-2fc1-4351-a40d-d7665087d3f1"
],
"Opportunities": [
"84faf55d-7200-4cbd-bc20-0ec2f036acc1",
"eb39cfaf-38ae-4a68-aa25-aa5ecb993083"
]
}
}