Labels

Get workspace labels

Get all labels for a specific workspace

get/label/workspace/{workspaceId}

Path parameters

workspaceIdstring required

Response

List of labels in the workspace

idstring required
namestring required
colorstring required
createdAtstring date-time required
updatedAtstring date-time required
taskIdstring nullable required
workspaceIdstring nullable required

Changes

Changed in 6 of the 23 revisions of this API.814

    • 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

    • added the required property items/updatedAt to the response with the 200 status

      response-required-property-added

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

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

      response-property-type-changed

    • the response property items/taskId became nullable for the status 200

      response-property-became-nullable

    • the response property items/workspaceId became nullable for the status 200

      response-property-became-nullable

    • response property items/taskId 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 items/workspaceId 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 items/taskId 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 items/workspaceId list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

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

  • 4b8811b821e622See the full diff
    • the response property items/taskId became nullable for the status 200

      response-property-became-nullable

    • the response property items/workspaceId became nullable for the status 200

      response-property-became-nullable

    • response property items/taskId 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 items/workspaceId list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

  • 93b23177312616See the full diff
    • the items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • added the required property items/color to the response with the 200 status

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

    • added the required property items/name to the response with the 200 status

      response-required-property-added

    • added the required property items/taskId to the response with the 200 status

      response-required-property-added

    • added the required property items/workspaceId to the response with the 200 status

      response-required-property-added