Skip to main content
GET
List all Equipments

Usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

expand[]
string[]

Fields to expand into full objects. Example: ?expand[]=assignee_admin&expand[]=tags

Free-text search across the Equipment name and serial number.

serial_number_eq
string

Filter Equipments by exact serial number.

created_after
string<date-time>

Filter Equipments created after a DateTime (ISO 8601).

created_before
string<date-time>

Filter Equipments created before a DateTime (ISO 8601).

updated_after
string<date-time>

Filter Equipments updated after a DateTime (ISO 8601).

updated_before
string<date-time>

Filter Equipments updated before a DateTime (ISO 8601).

include_archived
boolean
default:false

Whether the response should include archived Equipments.

page
integer

The current page

per_page
integer

Number of results retrieved per page.

Response

Successful

meta
object
results
object[]