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": "5cad8f89-6cdc-4f2b-a1c6-c708d5c1e926",
"ParentId": "fe447703-ca36-41d7-9a47-a6d5e07c388e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f88bc387-829e-4177-91be-d283a06d7edb",
"3a66256d-f58b-474b-b100-72aa8356a213"
],
"Companies": [
"9c40acfd-f4c8-4858-8d17-a1f55f72378b",
"e26897b8-c279-4475-8441-d6653ff57a08"
],
"Groups": [
"41418e5f-0775-4f3e-8f7c-e055644498ea",
"1b611707-aba0-4905-a4f8-bec21e2a226f"
],
"Opportunities": [
"3ad1a0b1-53a6-416e-94a1-a8b9e000144a",
"ca956440-7358-4f32-a87c-938540954f44"
]
}
}