ListOverrides lists overrides with filtering and pagination.
GET/api/v1/voice/ooo-overrides
Returns overrides matching the specified criteria.
Pagination
- page: Page number (default: 1)
- per_page: Results per page (default: 20, max: 100)
Filtering
- search: Search in name, description
- status: Filter by "active" or "inactive"
- start_date/end_date: Filter by date range
Errors
- PERMISSION_DENIED: Caller lacks voice:schedule:read permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.