Download files

Retrieves a list of download URLs for the specified list of file IDs. After getting the download links, the client has to issue a GET request to the returned URLs, which will respond with the contents of the file. The links will by default expire after 30 seconds. If providing the query parameter extendedExpiration the links will expire after 1 hour.

Request throttling

Please note that this endpoint is subject to the new throttling policy, which imposes limits on both request rate and concurrency. For more details, please refer to the Files resource documentation.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
query Parameters
extendedExpiration
boolean
Default: false

if set to true, will extend the expiration period of the link to 1 hour.

Request Body schema: application/json
required

List of file IDs to retrieve the download URL for.

Array of FileInternalId (object) or FileExternalId (object) or FileInstanceId (object) (FileIdEither) [ 1 .. 100 ] items
Responses
200

The response for a successful files/downloadlink operation.

400

The response for a failed request.

post/files/downloadlink
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}