cURL
curl --request GET \ --url https://api.example.com/v1/standards \ --header 'Authorization: Bearer <token>'
{ "items": [ { "code": "<string>", "name": "<string>", "governingBody": "<string>", "materialType": "<string>" } ] }
List standards.
Filter on governing body.
Filter on material type.
The request has succeeded.
List of items.
Show child attributes