Overview
Project labels define reusable classifications that can be attached to projects across a workspace.
The Project Label Object
Attributes
idstringId.
namestringName.
descriptionstringDescription.
colorstringColor.
sort_ordernumberSort order.
workspacestringWorkspace.
created_atstringCreated at.
updated_atstringUpdated at.
created_bystringCreated by.
updated_bystringUpdated 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"
}
