Thermal chambers
List thermal chambers
List thermal chambers with pagination and filtering.
Filter parameters support Supabase filter operators:
- Text fields (name, id_text, manufacturer, model, serial_number, created_by_email): use ilike.%value% for partial match
- Exact-match fields (site_id, project_id): equality filter
- Date fields: use gte.value, lte.value, etc.
- Date range: use created_at_gt and created_at_lt for between queries
get/thermal_chambers
Query parameters
limitinteger
offsetinteger
id_textstring nullable
site_idstring nullable
project_idstring nullable
namestring nullable
manufacturerstring nullable
modelstring nullable
serial_numberstring 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
order_by'name' | 'manufacturer' | 'model' | 'serial_number' | 'min_temperature_c' | 'max_temperature_c' | 'created_at' | 'updated_at'
order'asc' | 'desc'
Response
Successful Response
{"stackTrail":"paths:/thermal_chambers:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.