Download the File’s binary content that corresponds to the fileId. As the File is not stored/cached within the Connector, the encrypted File is downloaded from the Backbone, decrypted and returned every time this use case is called.

Parameters

  • id of the File.

On Success

  • Downloads the binary content of the File that corresponds to the id.

On Failure

  • There is no File with the given id.
  • The File is expired on the Backbone.

How to execute this use case with the Connector?

The Connector is our first-class citizen, thus we provide you with a detailed API description for every use case. This use case can be executed with the REST API of the Connector which you can Access the Connector.
Corresponding interactive API docs excerpt: