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": "ea968639-916e-47e7-8a2c-81d0e422b74e",
"ParentId": "4dc9ab6b-7ad8-4b19-8676-2658cb841095",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8b37d5cb-f37d-49ab-ace7-a527575654db",
"38d432d1-a09b-4055-8592-ebc346af667e"
],
"Companies": [
"e10d0a54-7b64-421d-8dd8-c50b83059623",
"175ce839-10ea-4d11-8774-2cb43ed0f713"
],
"Groups": [
"64ce243f-886a-4da2-81ba-678ba62d7cd8",
"de4cc29c-b945-4ed9-b882-14981ed4ccc6"
],
"Opportunities": [
"dfe5dda8-c92a-4ae6-9196-f31023ab46bb",
"e9ae16ea-aa94-4c7d-9687-c48a30952725"
]
}
}