added
DVIR APIs
over 4 years ago by Tyler Freckmann
New and improved vehicle DVIR endpoints are now available. These endpoints support querying for DVIRs as well as a list of all vehicle defects. They also support resolving DVIRs and vehicle defects directly through the API. Here are the following endpoints that have been released:
- GET /fleet/dvirs/history - Get DVIRs for a given time range
- POST /fleet/dvirs - Create a mechanic DVIR
- PATCH /fleet/dvirs/{id} - Resolve a DVIR
- GET /fleet/defects/history - Get vehicle defects for a given time range
- PATCH /fleet/defects/{id} - Resolve a vehicle defect