Cyclers
Channels

List channels for a cycler

List channels for a cycler with pagination and filtering.

Filter parameters support Supabase filter operators:

  • Text fields (name, id_text, created_by_email): use ilike.%value% for partial match
  • Date fields: use gte.value, lte.value, etc.
  • Date range: use created_at_gt and created_at_lt for between queries

q is the free-text search box's param: it narrows on channel name substring plus a prefix full-text match over search_vector, and composes with the column filters above.

get/cyclers/{cycler_id}/channels

Path parameters

cycler_idstring required

Query parameters

limitinteger
offsetinteger
qstring nullable

Free-text search on channel name plus prefix full-text match, matching the global search. Composes with the column filters.

Free-text search on channel name plus prefix full-text match, matching the global search. Composes with the column filters.

id_textstring nullable
namestring 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' | 'created_at' | 'updated_at'
order'asc' | 'desc'

Response

Successful Response

{"stackTrail":"paths:/cyclers/{cycler_id}/channels: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.