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": "14e29ae5-6eb1-4d83-a6ac-770132ce8e55",
"ParentId": "47ed2c02-f461-4af9-bf9a-e20688d8e1ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d1994541-8838-4286-88e2-35dd7e676a35",
"b77892ef-487a-44b6-bb95-6515640b8a60"
],
"Companies": [
"50a368e1-0de7-4682-8cd3-2b95d4e6dfc3",
"2a800198-cbdd-4487-9b11-478c55f3644c"
],
"Groups": [
"29e5f7a3-19d6-4c84-af1d-dd22e873b1b7",
"c4693807-f63e-4b6a-8108-11c0388db113"
],
"Opportunities": [
"04151597-88cf-4be7-92f0-d00057130914",
"91c0c728-f01c-4508-9ba8-77e1dda00c0e"
]
}
}