Retrieve File Version
Get File entity for a specific file version
GET
http://ris.rightsline.com/v4/file/:id-:revisionId/url
This endpoint allows you to retrieve a version of a file.
Path Parameters
Name | Type | Description |
---|---|---|
id | number | ID of the file. |
revisionId | number | Revision Id of the file. Get from .../revisions. |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token. |
Last updated