{ "operationId": "getPages", "method": "GET", "path": "/pages", "summary": "BigCommerce Get All Pages", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "Example", "example": [ { "id": 6, "parent_id": 5, "type": "page", "contact_fields": "fullname,companyname,phone,orderno,rma", "email": "janedoes@example.com", "name": "Contact Form", "url": "/contact-us/", "meta_description": "", "body": "We are happy to answer questions or help you with...", "mobile_body": "", "feed": "", "link": "", "has_mobile_version": false, "is_visible": true, "is_homepage": false, "layout_file": "page.html", "sort_order": 3, "meta_title": "", "search_keywords": "", "meta_keywords": "" } ] } ] }