Adr Un Codes

List ADR UN codes

get
Authorizations
AuthenticationstringRequired

Authentication is token based. You can issue a token for your API request from the 'API' section of the settings menu. The token MUST be sent in a Authorization header with each request.

Example of authenticated request

$ curl -X GET -H "Authorization: Token <your token>" "https://api.dashdoc.eu/api/v4/"
Query parameters
pageintegerOptional

A page number within the paginated result set.

searchstringOptional

Search by code or description, not case sensitive.

Example: gasoline
orderingstringOptional

Order results by code. Ascending with code and descending with -code.

Example: code
Responses
200

Get successful

application/json
get
/adr-un-codes/
200

Get successful

Read ADR UN code

get
Authorizations
AuthenticationstringRequired

Authentication is token based. You can issue a token for your API request from the 'API' section of the settings menu. The token MUST be sent in a Authorization header with each request.

Example of authenticated request

$ curl -X GET -H "Authorization: Token <your token>" "https://api.dashdoc.eu/api/v4/"
Path parameters
pkintegerRequired

Dashdoc's internal id

Responses
200

Get successful

application/json
get
/adr-un-codes/{pk}/
200

Get successful

Last updated

Was this helpful?