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
Name
Type
Description
id
number
ID of the file.
Headers
Name
Type
Description
Authentication
string
Authentication token.
{
"id": 2687,
"link": {
"url": "https://************.cloudfront.net/*****************",
"expiration": "2021-04-20T22:45:26.296Z"
}
}
Last updated
Was this helpful?