Retrieve File Version Data

Get File data for a specific file version

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

This endpoint allows you to retrieve the data from 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