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": "3ceaae24-856a-4c38-822f-ca8344d7305f",
"ParentId": "74749702-487a-46c4-868d-a3c66c5f80d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"df212165-978b-4365-af1f-88ef8046e658",
"2c773293-162a-4b40-a320-716813e4b002"
],
"Companies": [
"e6daabfc-64c7-46ed-bea5-de98a24f5cc2",
"c90301ac-93a0-45ff-8298-5a07ba1cf9fc"
],
"Groups": [
"8a289e22-2c96-49e5-b8ea-5066bf10f8b8",
"4ebf2d25-2ef4-48c2-9f5a-3efc56fc4392"
],
"Opportunities": [
"6b597757-35b9-48e9-8e29-7ce263329506",
"9c83d67e-1b6e-4c2e-a6f4-49fde9f787bf"
]
}
}