PhaseDetail
List of the phase history information.
| Field : Object | Description |
|---|---|
| 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. |