Page
Retrieve a single page
get/admin/pages/{page_id:(?:\\d+)}.json
Query parameters
fieldsstring
Show only certain fields, specified by a comma-separated list of field names.
Response
OK
Example response
{
"page": {
"body_html": "Contact us at <a href=\\"mailto:contact@johns-apparel.com\\">contact@johns-apparel.com</a>",
"handle": "contact-us",
"id": 131092082,
"publish": true,
"search_engine_meta_description": "Contact us at contact@johns-apparel.com",
"search_engine_title": "Contact us",
"template": "contact_us",
"title": "Contact us"
}
}