StatusTimestamps

This object tracks the timestamps for each status change.

  • Explicit Input: If provides a timestamp, including null, it is stored as given.
  • Default Behavior: If no timestamp is specified and a status is set, the current time is automatically stored for that status. Example: If status is set to open and opened_at is not provided, opened_at will be assigned the current time.

This object tracks the timestamps for each status change.Show all...

opened_at
string<date-time> or null

Datetime when the status was set to open.

canceled_at
string<date-time> or null

Datetime when the status was set to canceld.

closed_at
string<date-time> or null

Datetime when the status was set to closed.

Example
preparing...