Hazmat service. (1.0.0)

Download OpenAPI specification:

License: MIT

API for the Hazmat service.

Hazmat

Fetches hazmat data from the db. If request body is empty then all hazmat items are returned.

Fetches hazmat data from the db. If request body is empty then all hazmat items are returned.

Authorizations:
bearerAuth
Request Body schema: application/json
optional
ids
Array of strings or null

Responses

Request samples

Content type
application/json
{
  • "ids": [
    ]
}

Response samples

Content type
application/json
[
  • {
    }
]

Fetches a hazmat item from the db with UNDGNumber.

Fetches a hazmat item from the db with UNDGNumber.

Authorizations:
bearerAuth
path Parameters
undgNumber
required
string

The UNDGNumber of the hazmat item.

Responses

Response samples

Content type
application/json
[
  • {
    }
]