List all MRT templates accessible to authenticated user. Filtered by organization and user membership, sorted by creation date (newest first).
filter argument. Each filter field accepts an input object with operators:
| Filter | Input Type | Operators | Description |
|---|---|---|---|
name | StringInputType | eq, ilike, like, in, between | Template name |
template_type_code | StringInputType | eq, ilike, like, in, between | Template type code |
default | BooleanInputType | eq | Filter default templates |
| Input Type | Operators |
|---|---|
| StringInputType | eq (exact), ilike (case-insensitive partial), like (case-sensitive partial), in (array match), between (range) |
| IntegerInputType | eq, gt, gteq, lt, lteq, between |
| DatetimeInputType | eq, from, to, between |
| BooleanInputType | eq (required) |
| IdInputType | eq, gt, gteq, lt, lteq, in, filled |