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

W067: Get material detail

Returns a single material record. Triggered by clicking a material in the list.

Steps

  1. Load the material. Call Materials.getMaterialById.

Returns

The bare material record. The UI resolves the type name from the list endpoint.

Business rules

  • Tenant scoping is automatic.

Errors

  • NotFoundError. The material was not found.