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

Download Open API Spec

GET /entity/{ownerId}/wikiheadertree

Get a paginated list of all WikiHeaders that belong to the given owner Entity. The resulting list can be used to build a tree of the WikiPages for this owner. The first WikiHeader will be for the root WikiPage (parentWikiId = null).

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}/wikiheadertree

Resource URL Variables
{ownerId} The ID of the owning Entity.
Parameters
offset

optional

The index of the pagination offset. For a page size of 10, the first page would be at offset = 0, and the second page would be at offset = 10.
limit

optional

Limits the size of the page returned. For example, a page size of 10 require limit = 10.
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object PaginatedResults<WikiHeader>
(application/json)