Wikis
Retrieve the raw content of a specific wiki version
Retrieve the plain text content of a specific version of a wiki page.
This endpoint returns the actual content stored in the wiki page for the specified version.
The response is returned as plain text (text/plain).
Permissions
- Public nodes: Anyone can view wiki version content.
- Private nodes: Only contributors can view wiki version content.
- Withdrawn registrations: Wiki version content is not accessible.
get/wikis/{wiki_id}/versions/{version_id}/content/
Path parameters
wiki_idstring required
The unique identifier for the wiki page.
version_idstring required
The version identifier for the specific wiki version.
Response
Successfully retrieved raw wiki content.