Sites
Thermal chambers

List thermal chambers for a site

List thermal chambers for a site with pagination and filtering.

Filter parameters support Supabase filter operators, per the field's declared policy in _THERMAL_CHAMBER_FILTERS:

  • Text fields (name, id_text, manufacturer, model, serial_number, created_by_email): use ilike.%value% for partial match
  • Exact fields (project_id): literal equality; operator syntax is rejected
  • Date fields: use gte.value, lte.value, etc.
  • Date range: use created_at_gt and created_at_lt for between queries
get/sites/{site_id}/thermal_chambers

Path parameters

site_idstring required

Query parameters

limitinteger
offsetinteger
id_textstring 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:/sites/{site_id}/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.