Boards
List Board Views
Retrieve a list of all views for a board. Note: Each board is limited to a maximum of 50 views.
get/1/boards/{boardId}/views
Response
Success
Example response
[
{
"id": "eC_abc123",
"name": "My View",
"filters": [
{
"column": "status",
"operation": "=",
"value": "error"
}
]
}
]