Pages
Get a version
One kept version of a Page, with its HTML on request.
GET
Read a specific version, for example to diff two runs of a scheduled report, or to fetch the HTML you want to roll back to.
Authorization
string
required
Bearer mac_live_…Path parameters
string
required
The Page’s id.
integer
required
A positive integer. Anything else is
422 VALIDATION_FAILED.Query parameters
string
content to include the HTML.Response
boolean
true on success.object
version, size_bytes, created_by_source, change_note, content_sha256 and created_at, as in List versions.string
The HTML. Only with
include=content, and at the top level, not inside version.
