Skip to main content
Version: 2.10

Downloading contents via REST

This document explains how to download contents from an access using Document.One (D1) REST API.

  1. Log in to D1 and open the repository where the contents to be downloaded are stored:

    Exploring the Default Repository

  2. Select the content you want to download. Copy the content's technical ID:

    Copying the content's technical ID

  3. Go back to the landing page and click the API link under content access where the contents to be downloaded are stored:

    Accessing the D1 REST API

    The OpenAPI page opens, showing the available D1 REST API endpoints.

  4. Open the /access.adx.content.test/v1/content/download endpoint available under Content. Click Try it out to activate the fields.

  5. Enter the content technical ID into the contentId field.

    Pasting the content's technical ID

  6. Change other properties, if required.

  7. 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

Download content by ID