v1

latestOpenAPI 3.1.0Apache 2.02026-07-2685126228.9 KB
Boards

Get a Board View

Retrieve a single Board View by ID.

get/1/boards/{boardId}/views/{viewId}

Response

Success

idstring

Unique identifier for the board view.

namestring

The name of the view.

Example response

{
  "id": "eC_abc123",
  "name": "My View",
  "filters": [
    {
      "column": "status",
      "operation": "=",
      "value": "error"
    }
  ]
}