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

Path Parameters

code
string
required

Standard code.

Response

The request has succeeded.

code
string
required

Standard code.

name
string
required

Standard name.

governingBody
string
required

Governing body.

materialType
string
required

Material type.