Adr Un Codes
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.
searchstringOptionalExample:
Search by code or description, not case sensitive.
gasolineorderingstringOptionalExample:
Order results by code. Ascending with code and descending with -code.
codeResponses
200
Get successful
application/json
get
/adr-un-codes/200
Get successful
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?