data-links

Generate data-link file download URL

Returns a URL to download files from the data-link associated with the given dataLinkId.

get/data-links/{dataLinkId}/generate-download-url

Path parameters

dataLinkIdstring required

Data-link string identifier

Query parameters

filePathstring

File path to download

credentialsIdstring

Credentials string identifier

workspaceIdinteger

Workspace numeric identifier

previewboolean

Whether to generate the URL for preview purposes or direct download (default: false)

resolveSymlinkboolean

When true, treats the file as a Fusion symlink and resolves its target (default: false)

Response

OK

resolvedMimeTypestring
resolvedPathstring
urlstring
warningstring

Changes

Changed in 1 of the 14 revisions of this API.4

    • added the new optional query request parameter resolveSymlink

      new-optional-request-parameter

    • added the optional property resolvedMimeType to the response with the 200 status

      response-optional-property-added

    • added the optional property resolvedPath to the response with the 200 status

      response-optional-property-added

    • added the optional property warning to the response with the 200 status

      response-optional-property-added

Of the 14 revisions, 1 has no diff computed.