API Access Token

v1_driver_licence_type API

/**
 * REST API end-points for interacting with the 'driver licence type' resource.
 * 
 */
Returns information about the 'driver licence type' resource (referred to as 'resource' below) filterable by the fields described below.
This is lookup table, as driver licence type does not change.

Resource response fields:

- 'driver_licence_type_id' (primary key, number): The ID of the driver licence type resource.
- 'driver_licence_type_name' (string): The name of the driver licence type resource.
- 'driver_licence_type_abr' (string): Abbreviation of the driver licence type resource.
- 'driver_licence_type_level' (number): Given level from 10 - 100.
- 'driver_licence_type_description' (string): The description of the driver licence type resource.
- 'is_deleted' (boolean): Whether the resource is considered deleted or not.
@return ARRAY of driver licence types. Returns a single record if the driver_licence_type_id is provided.
Field Description
Comma Separated list of columns to restrict results to. Order is kept. If field does not exist then column will be included, but a blank result will be returned
eg: "name,description,created_by"

Currently only enabled for GET requests using formats of HTML, TSV, CSV
Comma Separated list of columns to exclude from results.
Currently only enabled for GET requests using formats of HTML, TSV, CSV Note: Exclude field will be ignored if fields are supplied.