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

Download Open API Spec

GET /entity/{ownerId}/wiki2/{wikiId}/wikihistory

Get a paginated list of all V2WikiHistorySnapshot that belong to a specific WikiPage, which belong to the given owner Entity. 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.

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}/wiki2/{wikiId}/wikihistory

Resource URL Variables
{wikiId} The ID of the WikiPage.
{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. Limit must be 50 or less.
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object PaginatedResults<V2WikiHistorySnapshot>
(application/json)