get-page-history
Retrieve detailed revision history of a wiki page in segments of 20 revisions. Fetch API routes for next oldest, newest, and latest revision segments to navigate page changes efficiently.
Instructions
Returns information about the latest revisions to a wiki page, in segments of 20 revisions, starting with the latest revision. The response includes API routes for the next oldest, next newest, and latest revision segments.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Filter that returns only revisions with certain tags. Only support one filter per request. | |
newerThan | No | The ID of the newest revision to return | |
olderThan | No | The ID of the oldest revision to return | |
title | Yes | Wiki page title |