Cyclers
List cyclers
List cyclers with pagination and filtering.
Filters follow each field's policy in _CYCLER_FILTERS: text fields take ilike.%value%, site_id/project_id are exact-only, date fields take gte.value/lte.value, created_at_gt/_lt bound a range, and calibration_due_at_lt finds cyclers due before a date. q is the search box's free-text param and composes with all of them.
get/cyclers
Query parameters
limitinteger
offsetinteger
qstring nullable
Free-text search on cycler name plus prefix full-text match, matching the global search. Composes with the column filters.
Free-text search on cycler name plus prefix full-text match, matching the global search. Composes with the column filters.
id_textstring nullable
site_idstring nullable
project_idstring nullable
namestring nullable
manufacturerstring nullable
modelstring nullable
versionstring nullable
serial_numberstring nullable
firmware_versionstring nullable
hostnamestring nullable
created_by_emailstring nullable
created_atstring nullable
created_at_gtstring nullable
created_at_ltstring nullable
updated_atstring nullable
updated_at_gtstring nullable
updated_at_ltstring nullable
calibration_due_atstring nullable
calibration_due_at_gtstring nullable
calibration_due_at_ltstring nullable
order_by'name' | 'manufacturer' | 'model' | 'version' | 'serial_number' | 'firmware_version' | 'hostname' | 'last_calibrated_at' | 'calibration_due_at' | 'created_at' | 'updated_at'
order'asc' | 'desc'
Response
Successful Response
{"stackTrail":"paths:/cyclers:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}