GET /evaluation/{ownerId}/wiki/{wikiId}/attachmenthandles
Get the list of FileHandles for all file attachments of a specific WikiPage for a given owning Evaluation. This list will include Previews if they exist and will provide information about file sizes, content types and names.
Note: The caller must be granted the ACCESS_TYPE.READ permission on the owner.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/evaluation/{ownerId}/wiki/{wikiId}/attachmenthandles
Resource URL Variables
{ownerId} | The ID of the owning Evaluation. |
{wikiId} | The ID of the WikiPage. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | FileHandleResults (application/json) |