{ "operationId": "getPage", "method": "GET", "path": "/pages/{id}", "summary": "BigCommerce Get A Page", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": 1, "name": "RSS Syndication", "meta_title": "", "body": "%%Syndicate%%", "is_visible": true, "parent_id": 0, "sort_order": 5, "meta_keywords": "0", "type": "page", "meta_description": "", "is_homepage": false, "layout_file": "", "is_customers_only": false, "search_keywords": "0", "has_mobile_version": false, "feed": "", "link": "", "mobile_body": "0", "url": "/rss-syndication/" } } ] }