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": "5458bece-0a02-4f22-b058-4f7820dc2634",
"ParentId": "9f93ef4a-4e3e-4d8a-862e-4893619eab31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9b48032a-5591-4905-938f-93ac17fee904",
"a18a6cd9-f6fb-4016-838c-f068636d636b"
],
"Companies": [
"d4780099-607e-4650-be8b-4d12a2b5309e",
"c82d3c78-ce57-4e32-bb3a-e82164ce36fc"
],
"Groups": [
"f0f9fe8f-c571-4ce4-9b81-c49624713967",
"ab7d8dd7-2b2b-45d3-ba9e-ad4e3f7d0dde"
],
"Opportunities": [
"93e16032-96c9-4d4e-9cc1-eadae8d24506",
"45e36230-1f3c-49e4-870b-76f565c75502"
]
}
}