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": "698aae48-f529-4ec6-9ea1-0b40081fc1b5",
"ParentId": "13ffee57-e89b-4c71-8849-3710c527f213",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8a436ff2-0cdf-453a-ab63-38bb2c0d0de5",
"a8059615-9ceb-4bd9-a3f7-fb59bff775ae"
],
"Companies": [
"b3b044a3-f98d-4864-bd38-b3ac47e04dfb",
"f9ac2c49-d275-4f13-a8cd-67ea630623b6"
],
"Groups": [
"d84ef447-3a13-45dc-b92c-c424ab29708f",
"9b43a2c6-5ba6-4fed-a9b2-84d124ba0eab"
],
"Opportunities": [
"3f5b0002-7707-49fe-9c65-748afd81d5c7",
"f202fcf4-2201-4e63-a760-c5f70d1690ef"
]
}
}