MondayQuotaDto
Current consumption of the Monday daily API call quota (resets at midnight UTC).
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
date | string | да | UTC date (ISO-8601) the counters belong to. |
used | number | да | API calls already consumed today. |
limit | number | да | Daily limit configured for the Monday account. |
remaining | number | да | Calls still available before the apply phase gets deferred (WaitingForApiLimit). |
Пример
json
{
"date": "2026-05-05T08:00:00Z",
"used": 0,
"limit": 0,
"remaining": 0
}