93cc41f2018a

latestOpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-10215274484.1 KB
wiki

Get Wiki page revision

Returns one stored revision including its content.

get/wiki/page/revision

Query parameters

remoteNodestring

name of the remote node

workspacestring

Workspace selector. For list and search APIs, use all, default, or a workspace name. Omitted means all.

pathstring required

Relative Wiki page path without extension, for example runbooks/deploy-guide. Must not start with / or contain ..

Wiki page path (may include slashes for nested pages)

revstring required

Revision identifier from the revision list

Response

Revision with content

revstring required

Opaque revision identifier

savedAtstring date-time required

When the revision was stored

sizeinteger required

Revision content size in bytes

contentstring

Revision content. Present only when fetching a single revision.