Search Deliveries
Searches for delivery trips across all facilities for a given financial year and cycle.
**Query Parameters:**
- `financialYear` — e.g., `2023/2024` (uses `{{financial_year}}` variable)
- `cycle` — e.g., `1` (uses `{{cycle}}` variable)
**Success Response (200 OK):** A list of delivery trip summaries including trip IDs, dispatch dates, destination facilities, and delivery status.
**Notes:**
- Use the trip IDs returned here to call **Get Delivery Trip by ID** for full line-item details.
- This endpoint provides a system-wide view — filter by facility on the client side or use **Get Facility Deliveries** for facility-scoped results.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
financialYear
cycle
Response
Successful response
