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": "93a502e1-4ee6-41de-8cca-39c2c5891333",
"ParentId": "dad93acd-1890-4136-9167-5ad0e05c25b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5af6baeb-dcda-4212-b8b5-581e8ad5d27f",
"cfb240e0-b896-4e8b-a196-4ce0131d49c8"
],
"Companies": [
"234e7057-255a-4203-99bf-5da3395bb453",
"4b8d6a26-d3d0-451a-8946-86d7dffa90a5"
],
"Groups": [
"6e10b36f-1cca-477f-8ed7-f8e4312ed992",
"9d29dc59-4fa5-4382-a19d-f6738ed6b551"
],
"Opportunities": [
"31bdc2a8-83da-476d-8d57-8a61d033c9db",
"e320fd20-0562-4101-86d3-aee68490ca6a"
]
}
}