Get Label

Retrieve a single label by ID.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

labelIdstringRequired

Response

Label retrieved successfully
idinteger
Label identifier
namestring
Label display name
colorstring or null

Label color as a hex code (e.g. “#FF5733”), or null if unset

typeenum

Label type — WORK for work-order labels, ASSET for asset labels

Allowed values:
createdAtstringformat: "date-time"
updatedAtstringformat: "date-time"

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
502
Bad Gateway Error