Downloading contents via REST
This document explains how to download contents from an access using Document.One (D1) REST API.
Log in to D1 and open the repository where the contents to be downloaded are stored:
Select the content you want to download. Copy the content's technical ID:
Go back to the landing page and click the API link under content access where the contents to be downloaded are stored:
The OpenAPI page opens, showing the available D1 REST API endpoints.
Open the
/access.adx.content.test/v1/content/download
endpoint available under Content. Click Try it out to activate the fields.Enter the content technical ID into the contentId field.
Change other properties, if required.
Click Execute and check the response. A response with status
200
(success) is expected, giving you a link as the response body. Use the link to download the content.
For code samples, see