PhaseDetail


List of the phase history information.

Field : ObjectDescription
became_late: Boolean Whether or not the card ever became late on a phase.
created_at: DateTime Represents the date and time of when the card first entered the phase.
draft: Boolean Whether or not the phase detail is in the start form.
duration: Int Represents the seconds card stayed in the phase.
firstTimeIn: DateTime Represents the date and time of when card first entered the phase.
lastTimeIn: DateTime Represents the date and time of when card last entered the phase.
lastTimeOut: DateTime Represents the date and time of when card left the phase.
phase: Phase Lookup the phase by its identifier.

Boolean

Represents `true` or `false` values.

DateTime

An ISO‐8601 encoded UTC date time string (YYYY-MM-DD HH:MM:SS).

Boolean

Represents `true` or `false` values.

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

DateTime

An ISO‐8601 encoded UTC date time string (YYYY-MM-DD HH:MM:SS).

DateTime

An ISO‐8601 encoded UTC date time string (YYYY-MM-DD HH:MM:SS).

DateTime

An ISO‐8601 encoded UTC date time string (YYYY-MM-DD HH:MM:SS).