E067: Get material detail
GET /api/materials/:id
Returns a single material record. Triggered by clicking a material in the list. The UI resolves the type name from the list endpoint (E071).
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
No body.
Response — 200 OK
Material
Errors
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such material. |
Workflow
Calls W067 Get material detail.