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": "72b94f64-fde8-4c4f-9a10-9fa4468b4db4",
"ParentId": "364f8f9c-3608-471a-8b6d-ffcf1bbc4a9e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8e248a37-f5f9-4658-81ec-06960f903760",
"21d425aa-92e3-452f-9d06-7e0b77158bf4"
],
"Companies": [
"5dc9ae39-2943-4b88-a407-1b3c4869596e",
"bdb252c8-7beb-4f2e-8338-b096d6bd9d30"
],
"Groups": [
"b3b01972-591c-47f3-9575-c402050a5204",
"565c8e0f-adbb-454f-9503-a409624755b2"
],
"Opportunities": [
"58ff8b20-fcbe-40e2-8fd7-4fd1b88a78b8",
"c59cbc4c-6f5a-4bd9-92bb-4583e4ee7841"
]
}
}