Get board column list
GET
/tm/board-columnsRequest
Query Params
boardId
integer
optional
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
boardColumns
array[object (BoardColumn) {3}]
optional
id
integer
required
name
string
required
boardId
integer
required
Example
{
"success": true,
"boardColumns": [
{
"id": 0,
"name": "string",
"boardId": 0
}
]
}
Last modified: a year ago