Workspaces
List Workspaces
Allowed For
- Admins, Agents
get/api/v2/workspaces
Response
Success Response
Example response
{
"workspaces": [
{
"selected_macros": [
{
"actions": [],
"active": true,
"description": "Sets the ticket status to `solved`",
"id": 25,
"position": 42,
"restriction": {
"id": 4,
"type": "User"
},
"title": "Close and Save"
}
]
}
]
}