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": "26878cd6-f0b9-4471-9b04-6faa8e70f0c0",
"ParentId": "d670f6df-b2b4-4ba1-8566-bb158f83a8d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"422e95b4-6262-4d1b-baf0-b566fee9f522",
"2dfe314f-1333-477e-ac0f-d6557e752594"
],
"Companies": [
"5ade7e08-a88e-4a89-a5c2-f8c958a44003",
"0a41a937-2ac9-4893-b41b-12bebf1fa358"
],
"Groups": [
"9d80b2fc-b288-4404-a8e8-6676fab8c80f",
"e06d61dd-1e86-4c2e-99ee-ab60f661910f"
],
"Opportunities": [
"80a3bd54-a800-4b5a-9dcb-7758068ad67f",
"d2c545e9-74f8-47c8-bf62-3f393765e874"
]
}
}