API Access Token

v1_lookup API

/**
 * REST API end-points for interacting with read-only and common resources.
 *
 */
Returns information about the 'state' resource (referred to as 'resource' below) filterable by the fields described below.
The state resource is fixed and cannot be modified by the end user via the interface.
@return array of resources. Returns a single record if the state_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.
Flag indicating if the resource is deleted or not. 0 = not deleted, 1 = deleted.
The unique ID of the desired resource. Returns a single record if it exists. Other filters do not apply.