Retrieve File Version URL

Get File URL for a specific file version

GET http://ris.rightsline.com/v4/file/:id-:revisionId/url

This endpoint allows you to retrieve a download link for a version of a file.

Path Parameters

NameTypeDescription

id

number

ID of the file.

revisionId

number

Revision Id of the file. Get from .../revisions.

Headers

NameTypeDescription

Authentication

string

Authentication token.

{
    "id": 2687,
    "link": {
        "url": "https://************.cloudfront.net/*****************",
        "expiration": "2021-04-20T22:45:26.296Z"
    }
}

Last updated