---
title: "List of trips petty cash"
method: GET
path: "/petty_cashes/trips"
tags: ["petty_cashes"]
---

# List of trips petty cash

`GET /petty_cashes/trips`

If send parameter trip_id then return this trip.
            If send parameters start_departure_date, end_departure_date, coach: { departure_station_id }
            then search trips by this parameters.
            Parameter only_with_claims shows trips with created petty cash claim with cost_type == driver_advance.

## Query parameters

- `trip_id` integer
- `start_departure_date` string, date
- `end_departure_date` string, date
- `coach[departure_station_id]` integer
- `only_with_claims` 0 | 1

## Response `200`

List of trips petty cash

---

[API](https://skmtc.dev/gostarmartbus/apis/api-title.md) · [All operations](https://skmtc.dev/gostarmartbus/apis/api-title/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gostarmartbus/api-title/revisions/af0e95b3d4fe/schema)
