Project boards are used to organize projects into different phases. Each board contains phases that define the workflow for projects.
Returns all active project boards.
10
/api/v2/boards
OK
Returns the details of a specific project board.
10
/api/v2/boards/{id}
id
integer
required
The ID of the project board
OK
Adds a new project board.
5
/api/v2/boards
application/json
name
string
required
The name of the project board
order_nr
integer
The order of the board. Must be between 1 and the total number of boards + 1.
OK
Updates the properties of a project board.
5
/api/v2/boards/{id}
id
integer
required
The ID of the project board
application/json
name
string
The name of the project board
order_nr
integer
The order of the board. Must be between 1 and the total number of boards + 1.
OK
Marks a project board as deleted.
3
/api/v2/boards/{id}
id
integer
required
The ID of the project board
OK