Skip to main content

Primary key

document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the alert status.

Specific attributes

color_hex
varcharpublic
The color hex code associated with the alert status.
Rules: Max length: 7 characters
description
varcharpublic
A description of the alert status.
internal
varcharpublicuniquerequired
The internal identifier for the alert status.
Rules: Max length: 50 characters
name
varcharpublicrequired
The name of the alert status.
Rules: Max length: 100 characters
is_final
booleandefault:"false"publicrequired
Indicates whether the status is a final one.
requires_comment
booleandefault:"false"publicrequired
Indicates if the status change requires a comment.
display_order
numericpublicrequired
The display order associated with the alert status.

Tracking attributes

created_at
timestamppublic
The timestamp when the alert status was created.
Rules: Precision: 6, with timezone
deleted_at
timestamppublic
The timestamp when the alert status was deleted, if applicable.
Rules: Precision: 6, with timezone
is_actived
booleandefault:"true"public
Indicates whether the alert status is active.
is_deleted
booleandefault:"false"public
Indicates whether the alert status has been deleted.
updated_at
timestamppublic
The timestamp when the alert status was last updated.
Rules: Precision: 6, with timezone