API Access Token

v1_skill API

/**
 * REST API end-points for interacting with the 'skill' resource.
 * @property Third_party_skill_model third_party_skill_model
 */
Returns information about the 'skill' resource, filterable by the fields described below.
The skill resource is dynamic and can be modified by the end user via the interface.
Resource response fields:
- 'skill_id' (primary key, number): The ID of the skill resource.
- 'resource_id' (foreign key, number): Each skill can be of a specific resource type eg: traffic controller, spotter
- 'depot_id' (foreign key, number): If provided, the totals for skills relating to this depot will be returned
- 'skill_is_active' (boolean): Whether the skill is considered active or not.
- 'skill_is_first_aid' (boolean): Whether the skill is first aid or not.
- 'max_last_modified' (datetime): The date and time that the skill is being requested. Used to query for only skills that have changed after this date and time on subsequent requests.
- 'is_deleted' (boolean): Whether the skill is considered deleted or not.
@return ARRAY of skills
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.
Set to '0' to undelete the record.
(YYYY-MM-DD HH:mm:ss), if supplied, only records modified more recent than this datetime will be returned
default '1'
default '0'