Skip to content

MondayQuotaDto

← Monday DTO

Current consumption of the Monday daily API call quota (resets at midnight UTC).

Поля

ПолеТипОбязательноеОписание
datestringдаUTC date (ISO-8601) the counters belong to.
usednumberдаAPI calls already consumed today.
limitnumberдаDaily limit configured for the Monday account.
remainingnumberдаCalls still available before the apply phase gets deferred (WaitingForApiLimit).

Пример

json
{
  "date": "2026-05-05T08:00:00Z",
  "used": 0,
  "limit": 0,
  "remaining": 0
}