Skip to main content
POST
/
v1
/
standards:batch-get
Batch Get Standards
curl --request POST \
  --url https://api.example.com/v1/standards:batch-get \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "codes": [
    "<string>"
  ]
}
'
{
  "items": [
    {
      "code": "<string>",
      "name": "<string>",
      "governingBody": "<string>",
      "materialType": "<string>"
    }
  ]
}

Body

application/json
codes
string[]
required

List of standard codes to load.

Response

The request has succeeded.

items
object[]
required

List of items.