get-page-history
Retrieve the latest revisions of a wiki page in segments of 20, including API routes for older, newer, and latest revision segments. Filter revisions by specific tags for targeted results.
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 |