List materials for the current organization scoped to a project
List materials for the current organization scoped to a project
Retrieve materials for the current organization scoped to a project.
Filter parameters support Supabase filter operators:
- Text fields (name, manufacturer, product_id): use
ilike.%value%for a partial match, or a bare value for exact equality - Date fields: use
gte.value,lte.value, etc. - Date range: use created_at_gt and created_at_lt for between queries
List materials for the current organization scoped to a project
Query Parameters
Project to scope materials to
Required range:
1 <= x <= 100Required range:
x >= 0Available options:
name, manufacturer, created_at, updated_at Available options:
asc, desc