Supports Exchanges
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/"
Expected number of supports that should be retrieved on the site
10Actual number of supports that were retrieved on the site
0Expected number of supports that should be delivered on the site
10Actual number of supports that were delivered on the site
0Free text. Observations about this supports exchange. Can be filled on mobile app, web app or via API.
1 brokenCreate successful
uid of the support exchange
Expected number of supports that should be retrieved on the site
10Actual number of supports that were retrieved on the site
10Expected number of supports that should be delivered on the site
10Actual number of supports that were delivered on the site
10Free text. Observations about this supports exchange. Can be filled on mobile app, web app or via API.
1 brokenThe ID of the support in your system
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/"
If you choose to identify an object with its remote_id instead of its uid then
-
replace the
uidvalue with theremote_idvalue in the URL -
specify
lookup_field=remote_idin the query parameters
Used to specify what field is used in the URL to identify the object you're requesting, e.g. with the remote_id (see path parameters)
Get successful
uid of the support exchange
Expected number of supports that should be retrieved on the site
10Actual number of supports that were retrieved on the site
10Expected number of supports that should be delivered on the site
10Actual number of supports that were delivered on the site
10Free text. Observations about this supports exchange. Can be filled on mobile app, web app or via API.
1 brokenThe ID of the support in your system
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/"
Expected number of supports that should be retrieved on the site
10Actual number of supports that were retrieved on the site
10Expected number of supports that should be delivered on the site
10Actual number of supports that were delivered on the site
10Free text. Observations about this supports exchange. Can be filled on mobile app, web app or via API.
1 brokenUpdate successful
uid of the support exchange
Expected number of supports that should be retrieved on the site
10Actual number of supports that were retrieved on the site
10Expected number of supports that should be delivered on the site
10Actual number of supports that were delivered on the site
10Free text. Observations about this supports exchange. Can be filled on mobile app, web app or via API.
1 brokenThe ID of the support in your system
Update successful
Last updated
Was this helpful?