Schedule

GET /api/v1/schedule/summary

Specification. Intended: aggregate counts of conspectuses per slot (A–D), total rows, and how many are due on or before reference_time (FR-5). Planned operationId: getScheduleSummary.

Planned operationId: getScheduleSummary

Query parameters

Required: system_user_id, system_uuid. Optional: reference_time — instant used for due_now_count (defaults to UTC now).

ScheduleService.summary uses ConspectusRepository.count_by_slot and count_due_by. Read-only; no idempotency.

Success: 200 OKScheduleSummaryResponse.

Errors

404USER_404 if the user does not exist. 401 / 429 via middleware.

Related hub

Conspectus resource hub — this operation

← Conspectus resource hub

Page history

Date Change Author
Added Page history section (repository baseline). Ivan Boyarkin