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": "95321310-e702-488a-b4fc-5e37162bc451",
"ParentId": "6d8e9cf1-35cf-4701-a0a5-4614d5e9ba59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a11b0830-e84f-4cb4-9d2e-a77fbe6bf5b4",
"3ae7b26b-dfeb-4a44-b358-6d7a313c2d43"
],
"Companies": [
"c45f2e1c-425f-430b-8f65-eea7ed240dc3",
"27a0cf33-bd45-44b5-963a-ff96981e9665"
],
"Groups": [
"5d03a8b6-5791-41e5-abdc-39cbeef96984",
"96984400-9cb3-404c-9369-a5f8548e6521"
],
"Opportunities": [
"7186e8b8-c41c-459c-9816-867b54ccdd93",
"17120edd-dbcd-4d15-8a3b-0cdeca65bf38"
]
}
}