Workspaces

List Workspaces

Allowed For

  • Admins, Agents
get/api/v2/workspaces

Response

Success Response

countinteger

the total record count

next_pagestring url nullable

the URL of the next page

previous_pagestring url nullable

the URL of the previous page

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"
        }
      ]
    }
  ]
}

Changes