Slots
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/"
The slug identifier of the site
Filter slots updated since this datetime
Page number for pagination
1Include draft slots in the response
falseFilter slots by custom field label/value pairs. Pass a JSON-encoded object where keys are custom field labels and values are the expected values. The value comparison is case-insensitive. Multiple custom field filters are combined with AND logic.
Example: ?custom_fields={"Order Number": "ORD123", "Truck Color": "blue"}
{"Order Number": "ORD123", "Truck Color": "blue"}Get successful
Total number of slots
URL for the next page of results
URL for the previous page of results
Site not found
Last updated
Was this helpful?