Transport Loading Plans
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
uidstringOptional
UID of a transport, will list loading plans linked to this transport
uid__instringOptional
Comma-separated list of transport UIDs, will list loading plans linked to several transports
Responses
200
List successful
application/json
uidstring Β· uuidOptionalExample:
1f527452-45f4-11eb-a722-0242ac140004createdstring Β· date-timeOptionalExample:
Date of creation on our server
2020-12-22T15:31:39.26167Zcreated_devicestring Β· date-timeOptionalExample:
Date of creation on device (ISO 8601)
2020-12-22T15:31:39.26167Ztransportstring Β· uuidOptional
get
/transport-loading-plans/200
List successful
Last updated
Was this helpful?