v1

latestOpenAPI 3.0.02026-07-24622596.0 KB
Projects

List Project Labels

get/projects/{project_id}/labels

Path parameters

project_idstring id required

ID of the Project

Query parameters

pageinteger
per_pageinteger

Response

List of project labels sorted alphabetically

idstring required

A unique ID for the Tag.

company_idstring

A unique ID for the Company the Tag belongs to

display_valuestring

The display value of the Tag. Used to display to the user

valuestring

The lowercase version of the display_value. This is useful for searching and sorting

created_atinteger

Timestamp when the Tag was created on the server

updated_atinteger

Timestamp when the Tag was last updated

Example response

[
  {
    "id": "48892885",
    "company_id": "8292212",
    "display_value": "Front Side",
    "value": "front side",
    "created_at": 1152230608,
    "updated_at": 1152230700
  }
]