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": "93b2462c-fae7-4e5b-bc42-791de88c9de5",
"ParentId": "9a41d306-1439-4093-9910-bb8cce6a5d29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"211c4e26-5283-4c04-9491-f2e76bc7f9a4",
"12992930-82d1-4f85-a9e2-f19c86ddf562"
],
"Companies": [
"f1586325-0c2a-4321-b649-c0c2387ac0d6",
"ee57f093-dd5b-4a8b-8121-9092e4065a82"
],
"Groups": [
"b77e3258-4f60-4f81-8cfa-7f6a7783c4b7",
"dad231db-2856-44a6-975f-78bc240171ef"
],
"Opportunities": [
"a29dd620-e167-402b-a646-f4bcf572e1b0",
"6c187c05-e932-4619-a3ea-34305a61ce9c"
]
}
}