Dock Activities
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.
Filter dock activities with a date greater or equal than provided value. This filter is based on effective date if applicable, or scheduled date of applicable, or requested date.
Filter dock activities with a date lower or equal than provided value. This filter is based on effective date if applicable, or scheduled date of applicable, or requested date.
Filter dock activities with no date. This filter is based on effective date if applicable, or scheduled date of applicable, or requested date.
Comma-separated list of address ids for the requested dock activities
12345,9876Get successful
Get successful
Last updated
Was this helpful?