API Access Token

v1_equipment API

/**
 * REST API end-points for interacting with the 'equipment' resource.
 *
 */
Returns information about 'equipment type'
(acts much like vehicle category)
Resource response fields:
@return ARRAY of equipment categories Returns a single record if the equipment_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.
Customised type for equipments
(YYYY-MM-DD HH:mm:ss), if supplied, only records modified more recent than this datetime will be returned
  

Returns information about the 'equipment' filterable by the fields described below.
Resource response fields:
@return ARRAY of equipment
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.
primary key
(type is a customer defined description that is not required, but may be used)
(YYYY-MM-DD HH:mm:ss), if supplied, only records modified more recent than this datetime will be returned
(note resource id is used across Traffio to distinguish different types of people, vehicles and equipment)