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": "94d9c5e2-dbe6-4fed-8d93-89e75387e52c",
"ParentId": "7b547892-3bb2-4b16-bec3-f86dc58c0a23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9e31250c-c5c1-4840-9772-76f9fa650ca4",
"8dd91c57-c48f-41a9-9e12-8a1ff2aa417b"
],
"Companies": [
"3f0e8aed-c86f-4c18-a908-9ba171dfeb52",
"42f875d7-4b0f-43d7-a617-76858f279a6d"
],
"Groups": [
"b656118f-a42c-4c16-a3eb-7cc9949c6de6",
"e8fa2d3f-9f6b-44ee-ac29-988535b6f061"
],
"Opportunities": [
"b61bde01-c1ef-4047-94fd-1eb80e019ca5",
"6e2c2cf6-1ad7-4947-b6a8-d1246cd4173d"
]
}
}