{ "opencollection": "1.0.0", "info": { "name": "Ghost Content and Admin APIs Admin - Images Admin - Pages API", "version": "5.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Admin - Pages", "type": "folder" }, "items": [ { "info": { "name": "Browse pages", "type": "http" }, "http": { "method": "GET", "url": "https://{admin_domain}/ghost/api/admin/pages/", "headers": [ { "name": "Accept-Version", "value": "" } ], "params": [ { "name": "filter", "value": "", "type": "query", "description": "Ghost NQL filter expression." }, { "name": "limit", "value": "", "type": "query", "description": "Number of records per page (default 15, or 'all')." }, { "name": "page", "value": "", "type": "query", "description": "Page number of results to return." } ] }, "docs": "Browse pages" }, { "info": { "name": "Create a page", "type": "http" }, "http": { "method": "POST", "url": "https://{admin_domain}/ghost/api/admin/pages/", "headers": [ { "name": "Accept-Version", "value": "" } ], "params": [ { "name": "source", "value": "", "type": "query", "description": "Set to 'html' to supply post/page content as HTML instead of Lexical." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a page" }, { "info": { "name": "Read a page by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{admin_domain}/ghost/api/admin/pages/:id/", "headers": [ { "name": "Accept-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Read a page by ID" }, { "info": { "name": "Update a page", "type": "http" }, "http": { "method": "PUT", "url": "https://{admin_domain}/ghost/api/admin/pages/:id/", "headers": [ { "name": "Accept-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." }, { "name": "source", "value": "", "type": "query", "description": "Set to 'html' to supply post/page content as HTML instead of Lexical." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a page" }, { "info": { "name": "Delete a page", "type": "http" }, "http": { "method": "DELETE", "url": "https://{admin_domain}/ghost/api/admin/pages/:id/", "headers": [ { "name": "Accept-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Delete a page" } ] } ], "bundled": true }