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": "b69cc91a-e730-4b2c-90b9-aca5069af43f",
"ParentId": "82f514a8-c65d-4785-845c-ce288acf21fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"753a1488-1a57-42f8-917a-38e063f5d3e2",
"fae848d0-1f1d-474f-9bc6-759623727f10"
],
"Companies": [
"692c392b-74d6-4364-b0af-ddf2995aa1d6",
"89b68265-70f5-4e11-b8f9-3c80a0c89606"
],
"Groups": [
"691ca482-c48e-41fb-8c12-eff24edfdc56",
"e59cd86d-3a6e-4e6c-863b-8495ec309178"
],
"Opportunities": [
"0979b219-161e-41e3-a428-f7cdaf991362",
"eb0ed616-8c7e-430a-9b52-a69e62c4fbf9"
]
}
}