GET /access_requirement/{ownerId}/wiki2/{wikiId}/wikihistory
Get a paginated list of all V2WikiHistorySnapshot that belong to a specific WikiPage, which belong to the given owner Access Requirement. The resulting list can be used to display a timeline of changes to the specific WikiPage for this owner. The first V2WikiHistorySnapshot describes the most recent change or update to the WikiPage.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/access_requirement/{ownerId}/wiki2/{wikiId}/wikihistory
Resource URL Variables
| {wikiId} | The ID of the WikiPage. |
| {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<V2WikiHistorySnapshot> (application/json) |