Tasks

Get task

Get a single task by ID, with its assignee's name resolved.

get/task/{id}

Path parameters

idstring required

Response

Task details

idstring required
projectIdstring required
positionnumber nullable required

Order within its column, ascending.

numbernumber nullable required

Per-project counter shown as {projectSlug}-{number}.

userIdstring nullable required

The assignee, if any.

titlestring required
descriptionstring nullable required
statusstring required

The slug of the column the task sits in.

prioritystring required

One of: no-priority, low, medium, high, urgent.

startDatestring date-time nullable required
dueDatestring date-time nullable required
createdAtstring date-time required
assigneeNamestring nullable required
assigneeIdstring nullable required

Changes

Changed in 9 of the 23 revisions of this API.321332

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

      response-body-type-changed

    • removed the required property createdAt from the response with the 200 status

      response-required-property-removed

    • removed the required property description from the response with the 200 status

      response-required-property-removed

    • removed the required property id from the response with the 200 status

      response-required-property-removed

    • removed the required property number from the response with the 200 status

      response-required-property-removed

    • removed the required property position from the response with the 200 status

      response-required-property-removed

    • removed the required property priority from the response with the 200 status

      response-required-property-removed

    • removed the required property projectId from the response with the 200 status

      response-required-property-removed

    • removed the required property status from the response with the 200 status

      response-required-property-removed

    • removed the required property title from the response with the 200 status

      response-required-property-removed

    • removed the required property userId from the response with the 200 status

      response-required-property-removed

    • removed the optional property dueDate from the response with the 200 status

      response-optional-property-removed

    • removed the optional property startDate from the response with the 200 status

      response-optional-property-removed

    • added Task subschema #2 to the response body allOf list for the response status 200

      response-body-all-of-added

    • 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

  • 32cece1ebe4331See the full diff
    • the createdAt response's property type/format changed from / to string/date-time for status 200

      response-property-type-changed

    • the dueDate response's property type/format changed from / to string/date-time for status 200

      response-property-type-changed

    • the priority response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • added the optional property startDate to the response with the 200 status

      response-optional-property-added

    • the response property description became nullable for the status 200

      response-property-became-nullable

    • the response property number became nullable for the status 200

      response-property-became-nullable

    • the response property position became nullable for the status 200

      response-property-became-nullable

    • the response property userId became nullable for the status 200

      response-property-became-nullable

    • response property description list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property number list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property position list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property userId list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property description list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property number list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property position list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property userId list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • the priority response's property type/format changed from string/ to / for status 200

      response-property-type-changed

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

  • 4b8811b821e654See the full diff
    • the response property description became nullable for the status 200

      response-property-became-nullable

    • the response property number became nullable for the status 200

      response-property-became-nullable

    • the response property position became nullable for the status 200

      response-property-became-nullable

    • the response property userId became nullable for the status 200

      response-property-became-nullable

    • the priority response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • response property description list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property number list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property position list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property userId list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

  • 3a866dc9932616See the full diff
    • the status response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • removed the archived enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the done enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the in-progress enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the in-review enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the planned enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the to-do enum value from the status response property for the response status 200

      response-property-enum-value-removed

  • f6c7baa3692411See the full diff
    • the response property dueDate became optional for the status 200

      response-property-became-optional

    • removed subschema #1 subschema #2 from the dueDate response property anyOf list for the response status 200

      response-property-any-of-removed

  • 38f83a691e6a1111See the full diff
    • the status response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • added the new archived enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new done enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new high enum value to the priority response property for the response status 200

      response-property-enum-value-added

    • added the new in-progress enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new in-review enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new low enum value to the priority response property for the response status 200

      response-property-enum-value-added

    • added the new medium enum value to the priority response property for the response status 200

      response-property-enum-value-added

    • added the new no-priority enum value to the priority response property for the response status 200

      response-property-enum-value-added

    • added the new planned enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new to-do enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new urgent enum value to the priority response property for the response status 200

      response-property-enum-value-added

    • removed subschema #1 subschema #2 from the priority response property anyOf list for the response status 200

      response-property-any-of-removed

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

      response-body-type-changed

    • added the required property createdAt to the response with the 200 status

      response-required-property-added

    • added the required property description to the response with the 200 status

      response-required-property-added

    • added the required property dueDate to the response with the 200 status

      response-required-property-added

    • added the required property id to the response with the 200 status

      response-required-property-added

    • added the required property number to the response with the 200 status

      response-required-property-added

    • added the required property position to the response with the 200 status

      response-required-property-added

    • added the required property priority to the response with the 200 status

      response-required-property-added

    • added the required property projectId to the response with the 200 status

      response-required-property-added

    • added the required property status to the response with the 200 status

      response-required-property-added

    • added the required property title to the response with the 200 status

      response-required-property-added

    • added the required property userId to the response with the 200 status

      response-required-property-added