Retrieves a download order for the specified order and target ID.
Security
OAuth2
- https://your-serverhttps://your-server/api/downloadorders/{orderId}/targets/{entityId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
curl -i -X GET \
'https://your-server/api/downloadorders/{orderId}/targets/{entityId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "entity": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false }, "self": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false } }