The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /entity/{ownerId}/wiki/{wikiId}/attachmenthandles

Get the list of FileHandles for all file attachments of a specific WikiPage for a given owning Entity. 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/entity/{ownerId}/wiki/{wikiId}/attachmenthandles

Resource URL Variables
{ownerId} The ID of the owning Entity.
{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)