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": "a20812ad-4629-4f1a-b65f-0227318b1715",
"ParentId": "d5fae742-3908-453a-af2f-9177f7299f15",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2e04fab6-432f-4e8c-9a45-cd33b24159e3",
"34c32cfd-c5f4-433a-a836-a7f2fa4f799c"
],
"Companies": [
"8e95ee94-55b1-4aa8-b31f-486bbaf28704",
"595fff56-f866-427e-8fac-9135013a3875"
],
"Groups": [
"d1594f3d-93bf-42bb-987c-5c4006437a9f",
"aeda403e-ad46-404a-9ad8-a7826ec4c536"
],
"Opportunities": [
"191a8754-268d-4937-9d7a-ef451a64dc2a",
"b0453e74-8035-41c5-979a-1deb85ff3917"
]
}
}