E066: List materials
GET /api/materials
Returns material rows for the Materials page, PO and WO and BOM forms, and the inventory pages. Filters are supplied by the caller.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
Optional filters: ?materialTypeId=, ?isActive=, ?q=.
Response — 200 OK
{ "data": [ Material ] }
Errors
Standard envelope only.
Workflow
Calls W066 List materials.