v1

latestSwagger 2.02026-08-04283399898.4 KB
validations

Returns a list of validations in the system.

get/admin/validations

Query parameters

argsstring

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"}

contains_argsstring

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"}

statusstring

The status on which you wish to filter. Valid options are pending, processing, passed, flagged, error, failed

validatorstring

The validator on which you wish to filter. Valid options are tint.

order_bystring

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 -

limitinteger

Returns list of results for a given limit.

offsetinteger

Returns list of results for a given offset.

Response

Default response