Skip to main content
GET
/
v1
/
materials
/
{code}
Get Material
curl --request GET \
  --url https://api.example.com/v1/materials/{code} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "name": "<string>",
  "type": "<string>"
}

Path Parameters

code
string
required

Material code.

Response

The request has succeeded.

code
string
required

Material code.

name
string
required

Material name.

type
string
required

Material type.