GET /fileHandle/{handleId}
Get a FileHandle using its ID.
Note: Only the user that created the FileHandle can access it directly.
Resource URL
https://repo-prod.prod.sagebase.org/file/v1/fileHandle/{handleId}
Resource URL Variables
{handleId} | The ID of the FileHandle to fetch. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | FileHandle (application/json) |