Skip to main content

Represents a label of a taxonomy, which is used to classify resources (e.g. employees).

id
string
Minimum string length: 1
type
string
Allowed value: "taxonomy-label"
url
string<uri>
taxonomy
taxonomy-reference · object

Reference to a taxonomy.

name
string
Minimum string length: 1
remoteId
null | string
Minimum string length: 1
applicabilitySchema
object

JSON schema of the applicable resources this taxonomy label only applies to.

createdAt
string<date-time-offset>

Read-only. UTC timestamp of the moment this object was created.

Example:

"2023-01-23T12:45:23.1234Z"

lastUpdatedAt
string<date-time>

Read-only. UTC timestamp of the moment this object was last updated. Set upon creation, update or deletion of the object.

Example:

"2023-01-23T12:45:23.1234Z"

isArchived
boolean

When false, resource is not archived. When true, resource is archived.

You can update this property in order to set the archival status of the resource.

lastArchivedAt
string<date-time> | null

Read-only. UTC timestamp of the moment this object was last archived through its isArchived property.

Example:

"2023-01-23T12:45:23.1234Z"

t9n
object