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": "d9979307-4329-46bb-960d-09a103e7ba22",
"ParentId": "0ad49e41-294c-46c3-ac39-107bcfb60d4c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"246d8bcb-fdd7-4f8b-90c3-38a59c4f53db",
"9c9bb83d-601f-49eb-8dd2-f74928998e01"
],
"Companies": [
"177509ee-fb00-46f8-bbc0-32113459ebde",
"50d84913-74d1-405e-a6e8-a952219fe90c"
],
"Groups": [
"455d1861-dccf-4d09-b85a-fffa2b997b70",
"0dc28ef8-def1-40ea-bb1e-dfadf3ed4416"
],
"Opportunities": [
"04d8d301-5e2f-4edf-83cf-556ee4c08f4e",
"2d9f8463-7b33-47bb-9dc7-ae2e2657c7a7"
]
}
}