Skip to content

Overview

Project labels define reusable classifications that can be attached to projects across a workspace.

Learn more about Projects

The Project Label Object

Attributes

  • id string

    Id.

  • name string

    Name.

  • description string

    Description.

  • color string

    Color.

  • sort_order number

    Sort order.

  • workspace string

    Workspace.

  • created_at string

    Created at.

  • updated_at string

    Updated at.

  • created_by string

    Created by.

  • updated_by string

    Updated by.

Response200
json
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "name": "Example Name",
  "color": "#f39c12",
  "description": "Example description",
  "sort_order": 65535,
  "workspace": "550e8400-e29b-41d4-a716-446655440000",
  "created_at": "2024-01-01T00:00:00Z",
  "updated_at": "2024-01-01T00:00:00Z",
  "created_by": "550e8400-e29b-41d4-a716-446655440000",
  "updated_by": "550e8400-e29b-41d4-a716-446655440000"
}