Page
Get page metadata as JSON by URI
Returns the metadata (the objects that make up an HTML Page) in JSON format based on the specified URI. If the URI maps to a Vanity URL, a 200 Forward returns the actual page metadata, while a 301/302 redirect returns an empty page JSON with the Vanity URL properties. Supports Time Machine via the publishDate parameter (ISO 8601 format).
get/api/v1/page/json/{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
Page metadata retrieved successfully