Skip to main content
Version: v1.0.0(int)

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

HTTPcodeCondition
404not_foundNo such material.

Workflow

Calls W067 Get material detail.