YYYY-MM-DD dates (RFC 3339 calendar dates) and interval notation for bounds.
What you do first
- Format each day as
YYYY-MM-DD(for example2024-12-01). - Pick the bound style that matches the filter you mean.
- Send that string on the range field the operation documents.
The range string must stay within 24 characters. Invalid calendar days or bad
brackets fail validation.
Example list call
When a call fails
A bad range returns a problem such as https://docs.guile.app/problems/invalidDateRange. Open thetype link for the fix.
Related paths
- Appointments: list filters often take a date range
- Problem types: how failures are shaped