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": "7c23bacf-ff66-4bba-81f6-496a76d1eccb",
"ParentId": "2bc7ea57-d397-4e9f-bdc7-3e2a642a971c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3ae7c02c-db40-4a2f-af25-18f6ae5218e1",
"b434a4f6-9670-4ed0-a3a0-0e2d370d72a9"
],
"Companies": [
"213b4ed4-f8ab-4f58-9019-cfb32fe91dfb",
"7a9e108b-5e93-4c36-8608-ab6c78c8d2c6"
],
"Groups": [
"b443206a-1e19-49fa-95ed-a2e57db6ce79",
"3832aa36-10a1-4473-a5d4-dbf8cd0bf239"
],
"Opportunities": [
"f1d696a5-4594-41c7-94ea-4edda30ba027",
"b1444de9-a9c3-4435-b65f-0471ae04f317"
]
}
}