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": "79da930a-40e0-44bb-99aa-08fb08dc0463",
"ParentId": "713f6dc4-0576-4c7d-8850-489f858129ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0a3e474a-1cff-43cd-83ba-d5b14c34727e",
"5c1d4cfd-6cfe-4b93-9e28-912444f59282"
],
"Companies": [
"7f56b2be-1ec5-4f7b-ac5a-f04bd6f3a5a5",
"4f962111-c0f7-4c93-8d52-5cd7a0fbcf7f"
],
"Groups": [
"e4fdf84b-3035-4dbd-9551-2527d875a674",
"44d7e051-f811-49a8-b432-63a89b5007c6"
],
"Opportunities": [
"8d7b96f9-0b97-4b4c-b929-2e52422b6b57",
"4c0e1485-b59d-445c-b51c-172ff44969fc"
]
}
}