API Docs / Schemas / TeamTimeDayDto

TeamTimeDayDto

One day's logged minutes within a Team Time row

Properties

Name Type Description
datestring

The date logged against

The date logged against

minutesinteger

Minutes logged on that date

Minutes logged on that date

isWorkingDayboolean

True when this member's working pattern expects time on this date — so an empty day
they were meant to work reads differently from a day they never work. Bank holidays
are never working days

True when this member's working pattern expects time on this date — so an empty day
they were meant to work reads differently from a day they never work. Bank holidays
are never working days

expectedMinutesinteger

Minutes the member's pattern expects on this date, so a day can be read against its
own target rather than an average

Minutes the member's pattern expects on this date, so a day can be read against its
own target rather than an average

JSON Example

{
  "date": "2024-01-01",
  "minutes": 0,
  "isWorkingDay": false,
  "expectedMinutes": 0
}

Contained in Schemas