Skip to content

Powered by Grav + Helios

Get Page Blueprint

Get Page Blueprint

GET /blueprints/pages/{template}
Get the fully resolved blueprint schema for a page template, including inherited fields and imports.

Parameters

Name Type Description
template required string The page template name (e.g. default, blog, post)
JSON
{"data": {"name": "default", "title": "Default", "validation": "loose", "fields": [{"name": "header.title", "type": "text", "label": "Title"}]}}

Response Codes

200 Success
401 Unauthorized
404 Template blueprint not found