GET/boards/columns/{id}.json
Get a Column
Important notice: This endpoint will be deprecated soon and replaced with a new Workflow endpoint, date to be confirmed.
Get a column from a board by passing in the column Id.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK",
"column": {
"name": "In Progress",
"displayOrder": "4000",
"sortOrder": "ASC",
"deletedDate": "",
"dateUpdated": "2020-05-26T08:34:31Z",
"settings": {
"time": true,
"avatar": true,
"name": true,
"files": true,
"comments": true,
"priority": true,
"progress": true,
"subtasktext": true,
"tasklist": true,
"private": true,
"reminders": true,
"assignee": true,
"dependencies": true,
"tags": true,
"estimatedtime": true,
"startdate": true,
"tickets": true,
"followers": true,
"recurring": true,
"subtasklabel": true,
"enddate": true
},
"defaultTasklist": {
"newTaskDefaults": {},
"name": "",
"id": "0"
},
"projectId": "1234",
"hasTriggers": false,
"sort": "manual",
"canEdit": true,
"id": "1234",
"dateCreated": "2020-05-26T08:34:22Z",
"color": "#27AE60",
"deleted": false,
"canAddCards": true
}
}