GET /access_requirement/{ownerId}/wikiheadertree2
Get a paginated list of all V2WikiHeaders that belong to the given owner Access Requirement. 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).
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/access_requirement/{ownerId}/wikiheadertree2
Resource URL Variables
| {ownerId} | The ID of the owning Access Requirement. |
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<V2WikiHeader> (application/json) |