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": "ab312891-ad74-40ce-9e78-c75ec19cd505",
"ParentId": "9b451fce-e349-4b81-9746-c48e4ef33d67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"52e4144c-ef05-4c9d-8f23-6c04460716b3",
"e7affea4-093e-4c47-9550-b858a4d5d82f"
],
"Companies": [
"985141e5-abdf-4bf3-8137-0c60166522f9",
"5801313c-3ac3-465f-ad5f-bfc083e481b8"
],
"Groups": [
"ee6ba689-a8dc-465e-aab1-b30680c6ca8d",
"2ab61d2f-3630-40a3-a992-c8a60ad3850e"
],
"Opportunities": [
"77445b6a-8e51-4357-9af6-ab5ce4ae1392",
"16da8110-ef46-41a1-a924-79d910061f56"
]
}
}