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": "97debdc9-5876-4197-abb5-320f30a87b0c",
"ParentId": "a187ce5f-76a2-4af7-a736-cadf37866379",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2f432ec3-b9d7-4917-8a79-81a412472839",
"13a51c85-5912-4151-89d3-322c0adbde3d"
],
"Companies": [
"674214f0-8e13-4a18-9eb2-e9cde4896622",
"15b3ca31-90dc-4569-900e-e719a6c1d4e4"
],
"Groups": [
"11a61006-0530-4155-9629-32aed47dbc8d",
"00854548-85d4-444b-b649-5fb8763d3256"
],
"Opportunities": [
"088f1156-04b6-4c6c-bc66-f0984d1e39b4",
"4d1364ff-95dd-4f50-bfaf-724e20a6ec72"
]
}
}