GET /entity/{id}/version/{versionNumber}/filehandles
Get the FileHandles of the file associated with a specific version of a FileEntity.
If a preview exists for the file then the handle of the preview and the file will be returned with this call.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/version/{versionNumber}/filehandles
Resource URL Variables
{id} | The ID of the FileEntity to get. |
{versionNumber} | The version number of the FileEntity to get |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | FileHandleResults (application/json) |