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": "88df0521-261d-46f9-89f2-d00a3043a0c0",
"ParentId": "75b72393-184b-4795-97b4-8bdbbdb58d62",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"729128aa-169c-42e8-8b5e-d03327b54fb0",
"03621e24-2f42-4826-8550-b4037305c552"
],
"Companies": [
"139880a7-d6fb-42f5-b29c-be650724918f",
"cf6a77f3-2efb-4718-94a4-dabade72ac79"
],
"Groups": [
"669b2ec9-1e2e-4f1c-8b71-f848b82082d4",
"2e965f97-9cb8-4d7d-96ee-15a720530c76"
],
"Opportunities": [
"72519546-0f94-488f-959e-8b70f7293e5f",
"b33acb44-fdb0-4d13-843a-b9ba4dece07d"
]
}
}