API Access Token

v1_asset API

/**
 * REST API end-points for interacting with the 'asset' resource. Assets are objects owned by the business that are allocated to specific employees, think radios etc.
 * 
 */
Returns assets and information about who they are assigned to.
@return array of assets. Returns a single record if the asset_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.
The unique ID of the asset. Returns a single record if it exists. Other filters do not apply.
Flag indicating if the asset is deleted or not. 0 = not deleted, 1 = deleted.
A datetime of which the asset was last modified in the format of YYYY-MM-DD HH:mm:ss. Returns records with a last_modified datetime value greater that the datetime provided.