Page

Get rendered page metadata by URI

Returns the metadata of an HTML Page including its rendered HTML code and container content in JSON format based on the specified URI. If the URI maps to a Vanity URL, a 200 Forward returns the actual rendered page, while a 301/302 redirect returns an empty page JSON with Vanity URL properties. Supports Time Machine via the publishDate parameter (ISO 8601 format). For EMA (Enterprise Marketing Automation) requests, this may delegate to the JSON endpoint when the rendered attribute is not required.

get/api/v1/page/render/{uri}

Path parameters

uristring required

Path to the HTML Page or Vanity URL (e.g., 'about-us/locations/index')

Query parameters

modestring

Page mode for rendering (e.g., EDIT_MODE, PREVIEW_MODE, LIVE)

com.dotmarketing.persona.idstring

Persona identifier to render the page with personalization

language_idstring

Language ID for the page content

device_inodestring

Device inode for responsive rendering dimensions

publishDatestring

Time Machine date in ISO 8601 format to view page as it was at a specific point in time

Response

Rendered page retrieved successfully

i18nMessagesMapobject
permissionsstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.