All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| get_aggregate_data | GET /aggregate | Get aggregated data |
| get_items | GET /items | Get items with filters |
models::AggregateResponse get_aggregate_data(status, time_bucket, sort_direction) Get aggregated data
Test endpoint with enum query parameters referenced via $ref
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| status | Status | Status filter | [required] | |
| time_bucket | Option<TimeBucket> | Time aggregation bucket | ||
| sort_direction | Option<SortDirection> | Sort direction |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::Item get_items(category, priority) Get items with filters
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| category | Option<String> | Item category (inline enum) | ||
| priority | Option<Priority> | Priority level (enum via ref) |
Vecmodels::Item
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]