label

Get the label specified by ID.

This endpoint let user get the label by specific ID.

get/labels/{label_id}

Path parameters

label_idinteger required

Label ID

Headers

X-Request-Idstring

An unique ID for the request

Response

Get successfully.

idinteger

The ID of the label

namestring

The name the label

descriptionstring

The description the label

colorstring

The color the label

scopestring

The scope the label

project_idinteger

The ID of project that the label belongs to

creation_timestring date-time

The creation time the label

update_timestring date-time

The update time of the label

Changes

No recorded changes to this endpoint across all 1 revision of this API.