---
title: "Get vehicle checks by date"
method: GET
path: "/VehicleCheck/Date/{date}"
tags: ["VehicleCheck"]
---

# Get vehicle checks by date

`GET /VehicleCheck/Date/{date}`

## Path parameters

- `date` string, date-time, required

## Response `200`

Vehicle checks

- VehicleCheck[]
  - `DriverLogin` string, nullable — Driver's login
  - `DriverName` string, nullable — Driver’s First Name and Last Name
  - `DepotId` string, nullable — Unique identifier in user accounting system
  - `Depot` string, nullable — Depot address
  - `Date` string, date-time
  - `VehicleNumber` string, nullable — Vehicle number
  - `Odometer` number, double, nullable — Odometer
  - `Values` VehicleCheckValue[], nullable — Vehicle check values
    - `Label` string, nullable — Vehicle check label
    - `Status` boolean, nullable — Check status
    - `Photo` boolean, nullable — Photo attached
    - `Photos` string[], nullable — Array of links for download jpg file (each link is available for 24h from API call)
    - `Note` string, nullable — Note
    - `Value` number, double, nullable — Value
  - `HasSignature` boolean — Signature attached
  - `SignaturePhoto` string, nullable — Links for download jpg file (each link is available for 24h from API call)
  - `Stage` 'BeforeRoute' | 'AfterRoute'
  - `RouteNumber` string, nullable

## Other responses

- `401` — Unauthorized. Invalid X-API-KEY in the request header
- `429` — Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min
- `500` — Internal Server Error

---

[API](https://skmtc.net/track-pod/apis/track-pod-api.md) · [All operations](https://skmtc.net/track-pod/apis/track-pod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/track-pod/track-pod-api/versions/833e05afe46e/schema)
