- Endpoint: v1/inspection_reports
- Description: Retrieves a list of all inspection reports for company vehicles, including data on inspections, any noted issues, and status of repairs or follow-ups.
- Use Case: Fleet managers use this endpoint to monitor the overall vehicle health, track inspection compliance, and identify vehicles needing maintenance or further inspection.
- Endpoint: v1/inspection_reports/{id}
- Description: Allows for updating details of an existing vehicle inspection report, such as correcting inspection findings, updating repair statuses, or adding notes.
- Use Case: If there was an error in the initial report or if follow-up actions have been completed, this endpoint helps keep inspection records accurate and up-to-date.
- Endpoint: v1/inspection_reports/lookup_by_external_id
- Description: Retrieves a specific inspection report using an external reference ID, allowing users to locate reports tied to external systems.
- Use Case: When integrating inspection data with third-party systems, this endpoint helps locate specific reports by external identifiers, making cross-system tracking easier.
- Endpoint: v2/inspection_reports
- Description: Provides a list of daily vehicle inspection reports, offering an updated view of vehicle inspections with potentially enhanced details compared to the v1 version.
- Use Case: Fleet managers can access daily inspections quickly, helping with daily operational reviews and ensuring vehicles are cleared and ready for use.
- Endpoint: v2/inspection_reports/{id}
- Description: Updates a specific inspection report with v2 structure, which include additional fields for enhanced data accuracy.
- Use Case: This is used to amend or complete inspection reports with the latest information, ensuring all maintenance records are current for compliance and safety tracking.
- Endpoint: v2/inspection_reports/lookup_by_external_id
- Description: Fetches a specific inspection report by an external ID using v2 data structure, ensuring compatibility with newer integrations.
- Use Case: This endpoint helps locate specific inspection records when integrating with modern external systems or when referencing reports by external tracking numbers in daily operations.