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
1Get 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
Unique identifier of the tracking file
123e4567-e89b-12d3-a456-426614174000Status of the tracking file
openPossible values: Creation date of the tracking file
2023-10-01T00:00:00ZName of the tracking file
My tracking file namePrimary key of the shipper
123Quantity per transport
100Start date of the tracking file
2023-10-01T00:00:00ZEnd date of the tracking file
2023-10-10T00:00:00ZUnit of measurement
kilogramPossible values: Unique identifier of the template linked to the tracking file
template-uid-123Indicates if washing is required by default for transports that will be created in this tracking file
falseIndicates if there are multiple compartments by default for transports that will be created in this tracking file
falseGet 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
Unique identifier of the tracking file
123e4567-e89b-12d3-a456-426614174000Status of the tracking file
openPossible values: Creation date of the tracking file
2023-10-01T00:00:00ZName of the tracking file
My tracking file namePrimary key of the shipper
123Quantity per transport
100Start date of the tracking file
2023-10-01T00:00:00ZEnd date of the tracking file
2023-10-10T00:00:00ZUnit of measurement
kilogramPossible values: Unique identifier of the template linked to the tracking file
template-uid-123Indicates if washing is required by default for transports that will be created in this tracking file
falseIndicates if there are multiple compartments by default for transports that will be created in this tracking file
falseUpdate successful
Last updated
Was this helpful?