Tracking Files
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/"
A page number within the paginated result set.
A date range to filter the tracking files.
2024-10-11T23:00:00Z,2024-10-15T23:00:00ZA comma separated list of statuses to filter the tracking files.
open,closedPossible values: A comma separated list of transport uids to filter the tracking files.
4443d4b6-e165-11ea-a488-0242ac110007,4443d4b6-e165-11ea-a488-0242ac110008Get successful
Get successful
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/"
Name of the tracking file
My tracking file nameID of the shipper
123Start date of the tracking file
2023-10-01T00:00:00ZEnd date of the tracking file
2023-10-10T00:00:00ZID of the loading address.
456ID of the unloading address
789Quantity per transport
100Unit of measurement
kilogramPossible values: Indicates if washing is required by default for transports that will be created in this tracking file
falseExample: falseIndicates if there are multiple compartments by default for transports that will be created in this tracking file
falseExample: falseCreate successful
Create successful
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/"
Unique identifier of the tracking file
Delete successful
Delete successful
No content
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/"
Unique identifier of the tracking file
Get successful
Get successful
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/"
Unique identifier of the tracking file
Name of the tracking file
My tracking file nameID of the shipper
123Start date of the tracking file
2023-10-01T00:00:00ZEnd date of the tracking file
2023-10-10T00:00:00ZID of the loading address.
456ID of the unloading address
789Quantity per transport
100Unit of measurement
kilogramPossible values: Indicates if washing is required by default for transports that will be created in this tracking file
falseExample: falseIndicates if there are multiple compartments by default for transports that will be created in this tracking file
falseExample: falseUpdate successful
Update successful
Last updated
Was this helpful?