v1
latestSwagger 2.02026-08-04283399898.4 KBReturns a list of validations in the system.
Query parameters
A hash[string]string object containing the fields you wish to query on. If the field names and values match an entry exactly, that entry will be returned. For example, this could be used to fetch a specific tint validation row by sending {"booking_id":"1234","driver_id":"5678","validator":"tint"}
A hash[string]string object containing the fields you wish to query on. If the field names and values are contained by one or more entries, those entries will be returned. For example, this could be used to fetch all tint validations for a specific booking by sending {"booking_id":"1234","validator":"tint"}
The status on which you wish to filter. Valid options are pending, processing, passed, flagged, error, failed
The validator on which you wish to filter. Valid options are tint.
The order in which to return results. Typically you may pass the name of a field in the object to order by that field ASC. If you want DESC, prepend the name with -
Returns list of results for a given limit.
Returns list of results for a given offset.
Response
Default response