Columns

Get columns

Get a project's board columns, ordered by position.

get/column/{projectId}

Path parameters

projectIdstring required

Response

List of columns ordered by position

idstring required
projectIdstring required
namestring required
slugstring required

Stable identifier derived from the name; tasks store this as their status.

positionnumber required

Board order, ascending. Columns are always returned sorted by it.

iconstring nullable required
colorstring nullable required
isFinalboolean required

Marks the column as a done state, which stops overdue reminders for tasks in it.

createdAtstring date-time required
updatedAtstring date-time required

Changes

Changed in 3 of the 23 revisions of this API.24

  • 08bbb5bedb5d13See the full diff
    • the response's body type/format changed from object/ to array/ for status 200

      response-body-type-changed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • endpoint added

      endpoint-added