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": "48adf791-4b84-479e-b3b4-142b72bb3ab9",
"ParentId": "bea3f6dc-57cd-494a-9c97-1df52a596e9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"709484df-3f46-44c1-a236-3a7b82f5c199",
"4860fd72-4302-44cd-8803-cccbb8bedef6"
],
"Companies": [
"381e3908-b0d9-434e-8763-8a9a3d672948",
"fd6ce76f-a799-406e-ac0e-3c4b38457dca"
],
"Groups": [
"51bcd3b5-4830-4b51-9fe2-280818ab3524",
"37832f10-9b93-45ae-9785-83f7c08adfec"
],
"Opportunities": [
"1fc43d65-7b2a-4986-a9db-ad3ae26724b3",
"80a053b5-be48-46de-a2f1-f982839ea2ea"
]
}
}