# Retrieve Material Endpoint: GET /organisations/{orgId}/materials/{materialId} Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `materialId` (string, required) - `orgId` (string, required) The organisation identity ## Response 200 fields (application/json): - `name` (string, required) The name of the material. - `scientificName` (string) This is the Scientific Name for this material. It is an optional field but is required for sbmission to the Traces NT system. - `commonName` (string) This is a Common Name for this material. It is an optional field but is required for sbmission to the Traces NT system. - `category` (string, required) The category for the material. - `recordState` (string) State of the record. Enum: "ACTIVE", "ARCHIVED" - `id` (string) System assigned or user defined id field. - `createdBy` (string) User who created the record. - `createdTime` (string) Date & Time that the record was created. - `updatedBy` (string) Last updated by user. - `updatedTime` (string) Date & Time that the record was last updated. ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields