{ "opencollection": "1.0.0", "info": { "name": "PREMION Content API (WordPress REST)", "version": "2.0" }, "items": [ { "info": { "name": "oembed/1.0", "type": "folder" }, "items": [ { "info": { "name": "GET /oembed/1.0", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/oembed/1.0", "params": [ { "name": "context", "value": "", "type": "query" }, { "name": "namespace", "value": "", "type": "query" } ] }, "docs": "`GET /oembed/1.0` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /oembed/1.0/embed", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/oembed/1.0/embed", "params": [ { "name": "format", "value": "", "type": "query" }, { "name": "maxwidth", "value": "", "type": "query" }, { "name": "url", "value": "", "type": "query", "description": "The URL of the resource for which to fetch oEmbed data." } ] }, "docs": "`GET /oembed/1.0/embed` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /oembed/1.0/proxy", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/oembed/1.0/proxy", "params": [ { "name": "discover", "value": "", "type": "query", "description": "Whether to perform an oEmbed discovery request for unsanctioned providers." }, { "name": "format", "value": "", "type": "query", "description": "The oEmbed format to use." }, { "name": "maxheight", "value": "", "type": "query", "description": "The maximum height of the embed frame in pixels." }, { "name": "maxwidth", "value": "", "type": "query", "description": "The maximum width of the embed frame in pixels." }, { "name": "url", "value": "", "type": "query", "description": "The URL of the resource for which to fetch oEmbed data." } ] }, "docs": "`GET /oembed/1.0/proxy` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." } ] }, { "info": { "name": "wp-abilities/v1", "type": "folder" }, "items": [ { "info": { "name": "GET /wp-abilities/v1", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp-abilities/v1", "params": [ { "name": "context", "value": "", "type": "query" }, { "name": "namespace", "value": "", "type": "query" } ] }, "docs": "`GET /wp-abilities/v1` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp-abilities/v1/abilities", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp-abilities/v1/abilities", "params": [ { "name": "category", "value": "", "type": "query", "description": "Limit results to abilities in specific ability category." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." } ] }, "docs": "`GET /wp-abilities/v1/abilities` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp-abilities/v1/abilities/{name}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp-abilities/v1/abilities/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-zA-Z0-9\\-\\/]+`." }, { "name": "name", "value": "", "type": "query", "description": "Unique identifier for the ability." } ] }, "docs": "`GET /wp-abilities/v1/abilities/{name}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp-abilities/v1/abilities/{name}/run", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp-abilities/v1/abilities/:name/run", "params": [ { "name": "name", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-zA-Z0-9\\-\\/]+?`." }, { "name": "input", "value": "", "type": "query", "description": "Input parameters for the ability execution." }, { "name": "name", "value": "", "type": "query", "description": "Unique identifier for the ability." } ] }, "docs": "`GET /wp-abilities/v1/abilities/{name}/run` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp-abilities/v1/abilities/{name}/run", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp-abilities/v1/abilities/:name/run", "params": [ { "name": "name", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-zA-Z0-9\\-\\/]+?`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp-abilities/v1/abilities/{name}/run` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp-abilities/v1/abilities/{name}/run", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp-abilities/v1/abilities/:name/run", "params": [ { "name": "name", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-zA-Z0-9\\-\\/]+?`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp-abilities/v1/abilities/{name}/run` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp-abilities/v1/categories", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp-abilities/v1/categories", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." } ] }, "docs": "`GET /wp-abilities/v1/categories` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp-abilities/v1/categories/{slug}*)", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp-abilities/v1/categories/:slug*)", "params": [ { "name": "slug", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-z0-9]+(?:-[a-z0-9]+`." }, { "name": "slug", "value": "", "type": "query", "description": "Unique identifier for the ability category." } ] }, "docs": "`GET /wp-abilities/v1/categories/{slug}*)` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." } ] }, { "info": { "name": "wp/v2", "type": "folder" }, "items": [ { "info": { "name": "GET /wp/v2", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2", "params": [ { "name": "context", "value": "", "type": "query" }, { "name": "namespace", "value": "", "type": "query" } ] }, "docs": "`GET /wp/v2` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/block-directory/search", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/block-directory/search", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "term", "value": "", "type": "query", "description": "Limit result set to blocks matching the search term." } ] }, "docs": "`GET /wp/v2/block-directory/search` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/block-patterns/categories", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/block-patterns/categories" }, "docs": "`GET /wp/v2/block-patterns/categories` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/block-patterns/patterns", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/block-patterns/patterns" }, "docs": "`GET /wp/v2/block-patterns/patterns` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/block-renderer/{name}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/block-renderer/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-z0-9-]+/[a-z0-9-]+`." }, { "name": "attributes", "value": "", "type": "query", "description": "Attributes for the block." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "name", "value": "", "type": "query", "description": "Unique registered name for the block." }, { "name": "post_id", "value": "", "type": "query", "description": "ID of the post context." } ] }, "docs": "`GET /wp/v2/block-renderer/{name}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/block-renderer/{name}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/block-renderer/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-z0-9-]+/[a-z0-9-]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/block-renderer/{name}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/block-types", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/block-types", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "namespace", "value": "", "type": "query", "description": "Block namespace." } ] }, "docs": "`GET /wp/v2/block-types` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/block-types/{namespace}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/block-types/:namespace", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-zA-Z0-9_-]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "namespace", "value": "", "type": "query", "description": "Block namespace." } ] }, "docs": "`GET /wp/v2/block-types/{namespace}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/block-types/{namespace}/{name}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/block-types/:namespace/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-zA-Z0-9_-]+`." }, { "name": "name", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-zA-Z0-9_-]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "name", "value": "", "type": "query", "description": "Block name." }, { "name": "namespace", "value": "", "type": "query", "description": "Block namespace." } ] }, "docs": "`GET /wp/v2/block-types/{namespace}/{name}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/blocks", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/blocks", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." }, { "name": "tax_relation", "value": "", "type": "query", "description": "Limit result set based on relationship between multiple taxonomies." }, { "name": "wp_pattern_category", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the wp_pattern_category taxonomy." }, { "name": "wp_pattern_category_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the wp_pattern_category taxonomy." } ] }, "docs": "`GET /wp/v2/blocks` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/blocks", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/blocks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/blocks` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/blocks/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/blocks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "excerpt_length", "value": "", "type": "query", "description": "Override the default excerpt length." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "`GET /wp/v2/blocks/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/blocks/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/blocks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/blocks/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/blocks/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/blocks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/blocks/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/blocks/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/blocks/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/blocks/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/blocks/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/blocks/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/blocks/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/blocks/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/blocks/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The ID for the autosave." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/blocks/{parent}/autosaves/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/blocks/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/blocks/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the revision." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." } ] }, "docs": "`GET /wp/v2/blocks/{parent}/revisions` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/blocks/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/blocks/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the revision." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the revision." } ] }, "docs": "`GET /wp/v2/blocks/{parent}/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/blocks/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/blocks/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/blocks/{parent}/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/categories", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/categories", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "`GET /wp/v2/categories` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/categories", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/categories", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/categories` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the term." } ] }, "docs": "`GET /wp/v2/categories/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/categories/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/categories/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/comments", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/comments", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to comments published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to comments assigned to specific user IDs. Requires authorization." }, { "name": "author_email", "value": "", "type": "query", "description": "Limit result set to that from a specific author email. Requires authorization." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes comments assigned to specific user IDs. Requires authorization." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to comments published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by comment attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to comments of specific parent IDs." }, { "name": "parent_exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific parent IDs." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to comments assigned to specific post IDs." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to comments assigned a specific status. Requires authorization." }, { "name": "type", "value": "", "type": "query", "description": "Limit result set to comments assigned a specific type. Requires authorization." } ] }, "docs": "`GET /wp/v2/comments` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/comments", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/comments", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/comments` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/comments/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/comments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the comment." }, { "name": "password", "value": "", "type": "query", "description": "The password for the parent post of the comment (if the post is password protected)." } ] }, "docs": "`GET /wp/v2/comments/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/comments/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/comments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/comments/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/comments/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/comments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/comments/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/event", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/event", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." } ] }, "docs": "`GET /wp/v2/event` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/event", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/event", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/event` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/event/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/event/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "`GET /wp/v2/event/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/event/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/event/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/event/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/event/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/event/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/event/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/event/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/event/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/event/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/event/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/event/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/event/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/event/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/event/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The ID for the autosave." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/event/{parent}/autosaves/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/expert-insight", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/expert-insight", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to posts assigned to specific authors." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes posts assigned to specific authors." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "expert-insights-category", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the expert-insights-category taxonomy." }, { "name": "expert-insights-category_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the expert-insights-category taxonomy." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." }, { "name": "tax_relation", "value": "", "type": "query", "description": "Limit result set based on relationship between multiple taxonomies." } ] }, "docs": "`GET /wp/v2/expert-insight` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/expert-insight", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/expert-insight", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/expert-insight` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/expert-insight/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/expert-insight/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "`GET /wp/v2/expert-insight/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/expert-insight/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/expert-insight/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/expert-insight/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/expert-insight/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/expert-insight/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/expert-insight/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/expert-insight/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/expert-insight/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/expert-insight/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/expert-insight/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/expert-insight/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/expert-insight/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/expert-insight/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/expert-insight/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The ID for the autosave." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/expert-insight/{parent}/autosaves/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/expert-insights-category", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/expert-insights-category", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "`GET /wp/v2/expert-insights-category` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/expert-insights-category", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/expert-insights-category", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/expert-insights-category` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/expert-insights-category/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/expert-insights-category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the term." } ] }, "docs": "`GET /wp/v2/expert-insights-category/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/expert-insights-category/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/expert-insights-category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/expert-insights-category/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/expert-insights-category/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/expert-insights-category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/expert-insights-category/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/font-collections", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/font-collections", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." } ] }, "docs": "`GET /wp/v2/font-collections` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/font-collections/{slug}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/font-collections/:slug", "params": [ { "name": "slug", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\/\\w-]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "`GET /wp/v2/font-collections/{slug}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/font-families", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/font-families", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." } ] }, "docs": "`GET /wp/v2/font-families` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/font-families", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/font-families", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/font-families` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/font-families/{font_family_id}/font-faces", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/font-families/:font_family_id/font-faces", "params": [ { "name": "font_family_id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "font_family_id", "value": "", "type": "query", "description": "The ID for the parent font family of the font face." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." } ] }, "docs": "`GET /wp/v2/font-families/{font_family_id}/font-faces` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/font-families/{font_family_id}/font-faces", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/font-families/:font_family_id/font-faces", "params": [ { "name": "font_family_id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/font-families/{font_family_id}/font-faces` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/font-families/{font_family_id}/font-faces/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/font-families/:font_family_id/font-faces/:id", "params": [ { "name": "font_family_id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "font_family_id", "value": "", "type": "query", "description": "The ID for the parent font family of the font face." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the font face." } ] }, "docs": "`GET /wp/v2/font-families/{font_family_id}/font-faces/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/font-families/{font_family_id}/font-faces/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/font-families/:font_family_id/font-faces/:id", "params": [ { "name": "font_family_id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/font-families/{font_family_id}/font-faces/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/font-families/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/font-families/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." } ] }, "docs": "`GET /wp/v2/font-families/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/font-families/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/font-families/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/font-families/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/font-families/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/font-families/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/font-families/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/global-styles/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/global-styles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\/\\d+]+`." }, { "name": "id", "value": "", "type": "query", "description": "ID of global styles config." } ] }, "docs": "`GET /wp/v2/global-styles/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/global-styles/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/global-styles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\/\\d+]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/global-styles/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/global-styles/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/global-styles/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the revision." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." } ] }, "docs": "`GET /wp/v2/global-styles/{parent}/revisions` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/global-styles/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/global-styles/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the global styles revision." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the global styles revision." } ] }, "docs": "`GET /wp/v2/global-styles/{parent}/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/global-styles/themes/{stylesheet}\\[\\]\\@_\\-]+)/variations", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/global-styles/themes/:stylesheet\\[\\]\\@_\\-]+)/variations", "params": [ { "name": "stylesheet", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\/\\s%\\w\\.\\(\\`." }, { "name": "stylesheet", "value": "", "type": "query", "description": "The theme identifier" } ] }, "docs": "`GET /wp/v2/global-styles/themes/{stylesheet}\\[\\]\\@_\\-]+)/variations` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/global-styles/themes/{stylesheet}?)", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/global-styles/themes/:stylesheet?)", "params": [ { "name": "stylesheet", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "stylesheet", "value": "", "type": "query", "description": "The theme identifier" } ] }, "docs": "`GET /wp/v2/global-styles/themes/{stylesheet}?)` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/gsm_block", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/gsm_block", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "`GET /wp/v2/gsm_block` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/gsm_block", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/gsm_block", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/gsm_block` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/gsm_block/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/gsm_block/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the term." } ] }, "docs": "`GET /wp/v2/gsm_block/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/gsm_block/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/gsm_block/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/gsm_block/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/gsm_block/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/gsm_block/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/gsm_block/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/gsm_styles", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/gsm_styles", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "gsm_block", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the gsm_block taxonomy." }, { "name": "gsm_block_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the gsm_block taxonomy." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." }, { "name": "tax_relation", "value": "", "type": "query", "description": "Limit result set based on relationship between multiple taxonomies." } ] }, "docs": "`GET /wp/v2/gsm_styles` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/gsm_styles", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/gsm_styles", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/gsm_styles` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/gsm_styles/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/gsm_styles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "`GET /wp/v2/gsm_styles/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/gsm_styles/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/gsm_styles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/gsm_styles/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/gsm_styles/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/gsm_styles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/gsm_styles/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/gsm_styles/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/gsm_styles/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/gsm_styles/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/gsm_styles/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/gsm_styles/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/gsm_styles/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/gsm_styles/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/gsm_styles/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The ID for the autosave." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/gsm_styles/{parent}/autosaves/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/icons", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/icons", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." } ] }, "docs": "`GET /wp/v2/icons` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/icons/{name}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/icons/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-z][a-z0-9-]*/[a-z][a-z0-9-]*`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "name", "value": "", "type": "query", "description": "Icon name." } ] }, "docs": "`GET /wp/v2/icons/{name}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/media", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/media", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to posts assigned to specific authors." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes posts assigned to specific authors." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "media_type", "value": "", "type": "query", "description": "Limit result set to attachments of a particular media type or media types." }, { "name": "mime_type", "value": "", "type": "query", "description": "Limit result set to attachments of a particular MIME type or MIME types." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to items with particular parent IDs." }, { "name": "parent_exclude", "value": "", "type": "query", "description": "Limit result set to all items except those of a particular parent ID." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." } ] }, "docs": "`GET /wp/v2/media` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/media", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/media", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/media` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/media/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." } ] }, "docs": "`GET /wp/v2/media/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/media/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/media/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/media/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/media/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/media/{id}/edit", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/media/:id/edit", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/media/{id}/edit` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/media/{id}/post-process", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/media/:id/post-process", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/media/{id}/post-process` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/menu-items", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/menu-items", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "menu_order", "value": "", "type": "query", "description": "Limit result set to posts with a specific menu_order value." }, { "name": "menus", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the menus taxonomy." }, { "name": "menus_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the menus taxonomy." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." }, { "name": "tax_relation", "value": "", "type": "query", "description": "Limit result set based on relationship between multiple taxonomies." } ] }, "docs": "`GET /wp/v2/menu-items` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/menu-items", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/menu-items", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/menu-items` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/menu-items/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/menu-items/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." } ] }, "docs": "`GET /wp/v2/menu-items/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/menu-items/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/menu-items/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/menu-items/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/menu-items/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/menu-items/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/menu-items/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/menu-items/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/menu-items/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/menu-items/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/menu-items/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/menu-items/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/menu-items/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/menu-items/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/menu-items/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The ID for the autosave." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/menu-items/{parent}/autosaves/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/menu-locations", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/menu-locations", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "`GET /wp/v2/menu-locations` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/menu-locations/{location}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/menu-locations/:location", "params": [ { "name": "location", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w-]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "location", "value": "", "type": "query", "description": "An alphanumeric identifier for the menu location." } ] }, "docs": "`GET /wp/v2/menu-locations/{location}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/menus", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/menus", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "`GET /wp/v2/menus` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/menus", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/menus", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/menus` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/menus/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/menus/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the term." } ] }, "docs": "`GET /wp/v2/menus/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/menus/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/menus/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/menus/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/menus/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/menus/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/menus/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/navigation", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/navigation", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." } ] }, "docs": "`GET /wp/v2/navigation` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/navigation", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/navigation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/navigation` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/navigation/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/navigation/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "`GET /wp/v2/navigation/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/navigation/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/navigation/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/navigation/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/navigation/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/navigation/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/navigation/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/navigation/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/navigation/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/navigation/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/navigation/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/navigation/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/navigation/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/navigation/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/navigation/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The ID for the autosave." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/navigation/{parent}/autosaves/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/navigation/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/navigation/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the revision." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." } ] }, "docs": "`GET /wp/v2/navigation/{parent}/revisions` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/navigation/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/navigation/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the revision." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the revision." } ] }, "docs": "`GET /wp/v2/navigation/{parent}/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/navigation/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/navigation/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/navigation/{parent}/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/news", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/news", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to posts assigned to specific authors." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes posts assigned to specific authors." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "news-category", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the news-category taxonomy." }, { "name": "news-category_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the news-category taxonomy." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." }, { "name": "tax_relation", "value": "", "type": "query", "description": "Limit result set based on relationship between multiple taxonomies." } ] }, "docs": "`GET /wp/v2/news` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/news", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/news", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/news` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/news-category", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/news-category", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "`GET /wp/v2/news-category` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/news-category", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/news-category", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/news-category` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/news-category/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/news-category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the term." } ] }, "docs": "`GET /wp/v2/news-category/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/news-category/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/news-category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/news-category/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/news-category/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/news-category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/news-category/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/news/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/news/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "`GET /wp/v2/news/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/news/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/news/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/news/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/news/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/news/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/news/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/news/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/news/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/news/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/news/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/news/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/news/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/news/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/news/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The ID for the autosave." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/news/{parent}/autosaves/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/pages", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/pages", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to posts assigned to specific authors." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes posts assigned to specific authors." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "menu_order", "value": "", "type": "query", "description": "Limit result set to posts with a specific menu_order value." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to items with particular parent IDs." }, { "name": "parent_exclude", "value": "", "type": "query", "description": "Limit result set to all items except those of a particular parent ID." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." } ] }, "docs": "`GET /wp/v2/pages` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/pages", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/pages", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/pages` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/pages/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/pages/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "excerpt_length", "value": "", "type": "query", "description": "Override the default excerpt length." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "`GET /wp/v2/pages/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/pages/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/pages/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/pages/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/pages/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/pages/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/pages/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/pages/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/pages/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/pages/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/pages/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/pages/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/pages/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/pages/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/pages/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The ID for the autosave." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/pages/{parent}/autosaves/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/pages/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/pages/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the revision." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." } ] }, "docs": "`GET /wp/v2/pages/{parent}/revisions` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/pages/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/pages/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the revision." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the revision." } ] }, "docs": "`GET /wp/v2/pages/{parent}/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/pages/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/pages/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/pages/{parent}/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/pattern-directory/patterns", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/pattern-directory/patterns", "params": [ { "name": "category", "value": "", "type": "query", "description": "Limit results to those matching a category ID." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "keyword", "value": "", "type": "query", "description": "Limit results to those matching a keyword ID." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "slug", "value": "", "type": "query", "description": "Limit results to those matching a pattern (slug)." } ] }, "docs": "`GET /wp/v2/pattern-directory/patterns` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/plugins", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/plugins", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "status", "value": "", "type": "query", "description": "Limits results to plugins with the given status." } ] }, "docs": "`GET /wp/v2/plugins` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/plugins", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/plugins", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/plugins` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/plugins/{plugin}?)", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/plugins/:plugin?)", "params": [ { "name": "plugin", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[^.\\/]+(?:\\/[^.\\/]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "plugin", "value": "", "type": "query" } ] }, "docs": "`GET /wp/v2/plugins/{plugin}?)` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/plugins/{plugin}?)", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/plugins/:plugin?)", "params": [ { "name": "plugin", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[^.\\/]+(?:\\/[^.\\/]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/plugins/{plugin}?)` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/plugins/{plugin}?)", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/plugins/:plugin?)", "params": [ { "name": "plugin", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[^.\\/]+(?:\\/[^.\\/]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/plugins/{plugin}?)` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/posts", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/posts", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to posts assigned to specific authors." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes posts assigned to specific authors." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "categories", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the categories taxonomy." }, { "name": "categories_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the categories taxonomy." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "format", "value": "", "type": "query", "description": "Limit result set to items assigned one or more given formats." }, { "name": "ignore_sticky", "value": "", "type": "query", "description": "Whether to ignore sticky posts or not." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." }, { "name": "sticky", "value": "", "type": "query", "description": "Limit result set to items that are sticky." }, { "name": "tags", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the tags taxonomy." }, { "name": "tags_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the tags taxonomy." }, { "name": "tax_relation", "value": "", "type": "query", "description": "Limit result set based on relationship between multiple taxonomies." } ] }, "docs": "`GET /wp/v2/posts` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/posts", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/posts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/posts` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/posts/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/posts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "excerpt_length", "value": "", "type": "query", "description": "Override the default excerpt length." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "`GET /wp/v2/posts/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/posts/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/posts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/posts/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/posts/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/posts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/posts/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/posts/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/posts/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/posts/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/posts/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/posts/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/posts/{id}/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/posts/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/posts/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The ID for the autosave." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." } ] }, "docs": "`GET /wp/v2/posts/{parent}/autosaves/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/posts/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/posts/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the revision." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." } ] }, "docs": "`GET /wp/v2/posts/{parent}/revisions` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/posts/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/posts/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the revision." }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the revision." } ] }, "docs": "`GET /wp/v2/posts/{parent}/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/posts/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/posts/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/posts/{parent}/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/search", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/search", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "subtype", "value": "", "type": "query", "description": "Limit results to items of one or more object subtypes." }, { "name": "type", "value": "", "type": "query", "description": "Limit results to items of an object type." } ] }, "docs": "`GET /wp/v2/search` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/settings", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/settings" }, "docs": "`GET /wp/v2/settings` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/settings", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/settings", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/settings` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/sidebars", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/sidebars", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "`GET /wp/v2/sidebars` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/sidebars/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/sidebars/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w-]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The id of a registered sidebar" } ] }, "docs": "`GET /wp/v2/sidebars/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/sidebars/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/sidebars/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w-]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/sidebars/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/statuses", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/statuses", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "`GET /wp/v2/statuses` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/statuses/{status}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/statuses/:status", "params": [ { "name": "status", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w-]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "status", "value": "", "type": "query", "description": "An alphanumeric identifier for the status." } ] }, "docs": "`GET /wp/v2/statuses/{status}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/tags", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/tags", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "`GET /wp/v2/tags` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/tags", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/tags", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/tags` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/tags/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/tags/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the term." } ] }, "docs": "`GET /wp/v2/tags/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/tags/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/tags/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/tags/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/tags/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/tags/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/tags/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/taxonomies", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/taxonomies", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "type", "value": "", "type": "query", "description": "Limit results to taxonomies associated with a specific post type." } ] }, "docs": "`GET /wp/v2/taxonomies` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/taxonomies/{taxonomy}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/taxonomies/:taxonomy", "params": [ { "name": "taxonomy", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w-]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "taxonomy", "value": "", "type": "query", "description": "An alphanumeric identifier for the taxonomy." } ] }, "docs": "`GET /wp/v2/taxonomies/{taxonomy}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/template-parts", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/template-parts", "params": [ { "name": "area", "value": "", "type": "query", "description": "Limit to the specified template part area." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "post_type", "value": "", "type": "query", "description": "Post type to get the templates for." }, { "name": "wp_id", "value": "", "type": "query", "description": "Limit to the specified post id." } ] }, "docs": "`GET /wp/v2/template-parts` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/template-parts", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/template-parts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/template-parts` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/template-parts/{id}?)[\\/\\w%-]+)", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/template-parts/:id?)[\\/\\w%-]+)", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The id of a template" } ] }, "docs": "`GET /wp/v2/template-parts/{id}?)[\\/\\w%-]+)` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/template-parts/{id}?)[\\/\\w%-]+)", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/template-parts/:id?)[\\/\\w%-]+)", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/template-parts/{id}?)[\\/\\w%-]+)` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/template-parts/{id}?)[\\/\\w%-]+)", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/template-parts/:id?)[\\/\\w%-]+)", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/template-parts/{id}?)[\\/\\w%-]+)` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/template-parts/{id}?)[\\/\\w%-]+)/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/template-parts/:id?)[\\/\\w%-]+)/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The id of a template" } ] }, "docs": "`GET /wp/v2/template-parts/{id}?)[\\/\\w%-]+)/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/template-parts/{id}?)[\\/\\w%-]+)/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/template-parts/:id?)[\\/\\w%-]+)/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/template-parts/{id}?)[\\/\\w%-]+)/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/template-parts/{parent}?)[\\/\\w%-]+)/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/template-parts/:parent?)[\\/\\w%-]+)/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The ID for the autosave." }, { "name": "parent", "value": "", "type": "query", "description": "The id of a template" } ] }, "docs": "`GET /wp/v2/template-parts/{parent}?)[\\/\\w%-]+)/autosaves/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/template-parts/{parent}?)[\\/\\w%-]+)/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/template-parts/:parent?)[\\/\\w%-]+)/revisions", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "The id of a template" }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." } ] }, "docs": "`GET /wp/v2/template-parts/{parent}?)[\\/\\w%-]+)/revisions` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/template-parts/{parent}?)[\\/\\w%-]+)/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/template-parts/:parent?)[\\/\\w%-]+)/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the revision." }, { "name": "parent", "value": "", "type": "query", "description": "The id of a template" } ] }, "docs": "`GET /wp/v2/template-parts/{parent}?)[\\/\\w%-]+)/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/template-parts/{parent}?)[\\/\\w%-]+)/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/template-parts/:parent?)[\\/\\w%-]+)/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/template-parts/{parent}?)[\\/\\w%-]+)/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/template-parts/lookup", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/template-parts/lookup", "params": [ { "name": "is_custom", "value": "", "type": "query", "description": "Indicates if a template is custom or part of the template hierarchy" }, { "name": "slug", "value": "", "type": "query", "description": "The slug of the template to get the fallback for" }, { "name": "template_prefix", "value": "", "type": "query", "description": "The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`" } ] }, "docs": "`GET /wp/v2/template-parts/lookup` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/templates", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/templates", "params": [ { "name": "area", "value": "", "type": "query", "description": "Limit to the specified template part area." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "post_type", "value": "", "type": "query", "description": "Post type to get the templates for." }, { "name": "wp_id", "value": "", "type": "query", "description": "Limit to the specified post id." } ] }, "docs": "`GET /wp/v2/templates` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/templates", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/templates", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/templates` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/templates/{id}?)[\\/\\w%-]+)", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/templates/:id?)[\\/\\w%-]+)", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The id of a template" } ] }, "docs": "`GET /wp/v2/templates/{id}?)[\\/\\w%-]+)` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/templates/{id}?)[\\/\\w%-]+)", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/templates/:id?)[\\/\\w%-]+)", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/templates/{id}?)[\\/\\w%-]+)` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/templates/{id}?)[\\/\\w%-]+)", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/templates/:id?)[\\/\\w%-]+)", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/templates/{id}?)[\\/\\w%-]+)` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/templates/{id}?)[\\/\\w%-]+)/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/templates/:id?)[\\/\\w%-]+)/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The id of a template" } ] }, "docs": "`GET /wp/v2/templates/{id}?)[\\/\\w%-]+)/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/templates/{id}?)[\\/\\w%-]+)/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/templates/:id?)[\\/\\w%-]+)/autosaves", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/templates/{id}?)[\\/\\w%-]+)/autosaves` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/templates/{parent}?)[\\/\\w%-]+)/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/templates/:parent?)[\\/\\w%-]+)/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The ID for the autosave." }, { "name": "parent", "value": "", "type": "query", "description": "The id of a template" } ] }, "docs": "`GET /wp/v2/templates/{parent}?)[\\/\\w%-]+)/autosaves/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/templates/{parent}?)[\\/\\w%-]+)/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/templates/:parent?)[\\/\\w%-]+)/revisions", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "The id of a template" }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." } ] }, "docs": "`GET /wp/v2/templates/{parent}?)[\\/\\w%-]+)/revisions` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/templates/{parent}?)[\\/\\w%-]+)/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/templates/:parent?)[\\/\\w%-]+)/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the revision." }, { "name": "parent", "value": "", "type": "query", "description": "The id of a template" } ] }, "docs": "`GET /wp/v2/templates/{parent}?)[\\/\\w%-]+)/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/templates/{parent}?)[\\/\\w%-]+)/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/templates/:parent?)[\\/\\w%-]+)/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/templates/{parent}?)[\\/\\w%-]+)/revisions/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/templates/lookup", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/templates/lookup", "params": [ { "name": "is_custom", "value": "", "type": "query", "description": "Indicates if a template is custom or part of the template hierarchy" }, { "name": "slug", "value": "", "type": "query", "description": "The slug of the template to get the fallback for" }, { "name": "template_prefix", "value": "", "type": "query", "description": "The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`" } ] }, "docs": "`GET /wp/v2/templates/lookup` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/themes", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/themes", "params": [ { "name": "status", "value": "", "type": "query", "description": "Limit result set to themes assigned one or more statuses." } ] }, "docs": "`GET /wp/v2/themes` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/themes/{stylesheet}?)", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/themes/:stylesheet?)", "params": [ { "name": "stylesheet", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+`." }, { "name": "stylesheet", "value": "", "type": "query", "description": "The theme's stylesheet. This uniquely identifies the theme." } ] }, "docs": "`GET /wp/v2/themes/{stylesheet}?)` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/types", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/types", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "`GET /wp/v2/types` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/types/{type}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/types/:type", "params": [ { "name": "type", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w-]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "type", "value": "", "type": "query", "description": "An alphanumeric identifier for the post type." } ] }, "docs": "`GET /wp/v2/types/{type}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/users", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/users", "params": [ { "name": "capabilities", "value": "", "type": "query", "description": "Limit result set to users matching at least one specific capability provided. Accepts csv list or single capability." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "has_published_posts", "value": "", "type": "query", "description": "Limit result set to users who have published posts." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by user attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "roles", "value": "", "type": "query", "description": "Limit result set to users matching at least one specific role provided. Accepts csv list or single role." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to users with one or more specific slugs." }, { "name": "who", "value": "", "type": "query", "description": "Limit result set to users who are considered authors." } ] }, "docs": "`GET /wp/v2/users` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/users", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/users", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/users` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/users/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the user." } ] }, "docs": "`GET /wp/v2/users/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/users/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/users/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/users/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/users/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/users/{user_id})/application-passwords", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/users/:user_id)/application-passwords", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `(?:[\\d]+|me`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "`GET /wp/v2/users/{user_id})/application-passwords` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/users/{user_id})/application-passwords", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/users/:user_id)/application-passwords", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `(?:[\\d]+|me`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/users/{user_id})/application-passwords` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/users/{user_id})/application-passwords", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/users/:user_id)/application-passwords", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `(?:[\\d]+|me`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/users/{user_id})/application-passwords` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/users/{user_id})/application-passwords/{uuid}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/users/:user_id)/application-passwords/:uuid", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `(?:[\\d]+|me`." }, { "name": "uuid", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w\\-]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "`GET /wp/v2/users/{user_id})/application-passwords/{uuid}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/users/{user_id})/application-passwords/{uuid}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/users/:user_id)/application-passwords/:uuid", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `(?:[\\d]+|me`." }, { "name": "uuid", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w\\-]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/users/{user_id})/application-passwords/{uuid}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/users/{user_id})/application-passwords/{uuid}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/users/:user_id)/application-passwords/:uuid", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `(?:[\\d]+|me`." }, { "name": "uuid", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w\\-]+`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/users/{user_id})/application-passwords/{uuid}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/users/{user_id})/application-passwords/introspect", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/users/:user_id)/application-passwords/introspect", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `(?:[\\d]+|me`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "`GET /wp/v2/users/{user_id})/application-passwords/introspect` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/users/me", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/users/me", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "`GET /wp/v2/users/me` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/users/me", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/users/me", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/users/me` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/users/me", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/users/me", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/users/me` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/widget-types", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/widget-types", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "`GET /wp/v2/widget-types` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/widget-types/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/widget-types/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-zA-Z0-9_-]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "The widget type id." } ] }, "docs": "`GET /wp/v2/widget-types/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/widget-types/{id}/encode", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/widget-types/:id/encode", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-zA-Z0-9_-]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/widget-types/{id}/encode` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/widget-types/{id}/render", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/widget-types/:id/render", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[a-zA-Z0-9_-]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/widget-types/{id}/render` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/widgets", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/widgets", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "sidebar", "value": "", "type": "query", "description": "The sidebar to return widgets for." } ] }, "docs": "`GET /wp/v2/widgets` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/widgets", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/widgets", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/widgets` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/widgets/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/widgets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w\\-]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "`GET /wp/v2/widgets/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/widgets/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/widgets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w\\-]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/widgets/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/widgets/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/widgets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w\\-]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/widgets/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/wp_pattern_category", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/wp_pattern_category", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "`GET /wp/v2/wp_pattern_category` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/wp_pattern_category", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/wp_pattern_category", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/wp_pattern_category` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /wp/v2/wp_pattern_category/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/wp/v2/wp_pattern_category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the term." } ] }, "docs": "`GET /wp/v2/wp_pattern_category/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /wp/v2/wp_pattern_category/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/wp/v2/wp_pattern_category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /wp/v2/wp_pattern_category/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /wp/v2/wp_pattern_category/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/wp/v2/wp_pattern_category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\d]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /wp/v2/wp_pattern_category/{id}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." } ] }, { "info": { "name": "yoast/v1", "type": "folder" }, "items": [ { "info": { "name": "GET /yoast/v1", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1", "params": [ { "name": "context", "value": "", "type": "query" }, { "name": "namespace", "value": "", "type": "query" } ] }, "docs": "`GET /yoast/v1` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/action_tracking", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/action_tracking", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/action_tracking` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/alerts/dismiss", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/alerts/dismiss", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/alerts/dismiss` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/available_posts", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/available_posts", "params": [ { "name": "postType", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "`GET /yoast/v1/available_posts` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/bulk_editor/posts", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/bulk_editor/posts", "params": [ { "name": "content_type", "value": "", "type": "query", "description": "The content type to fetch posts for." }, { "name": "page", "value": "", "type": "query", "description": "The page of posts to fetch." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of posts to fetch." }, { "name": "search", "value": "", "type": "query", "description": "The term to search posts by." }, { "name": "status", "value": "", "type": "query", "description": "The post statuses to include." } ] }, "docs": "`GET /yoast/v1/bulk_editor/posts` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/bulk_editor/update_search", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/bulk_editor/update_search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/bulk_editor/update_search` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/bulk_editor/update_social", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/bulk_editor/update_social", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/bulk_editor/update_social` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/complete_task", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/complete_task", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/complete_task` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/configuration/check_capability", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/configuration/check_capability", "params": [ { "name": "user_id", "value": "", "type": "query" } ] }, "docs": "`GET /yoast/v1/configuration/check_capability` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/configuration/enable_tracking", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/configuration/enable_tracking", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/configuration/enable_tracking` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/configuration/get_configuration_state", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/configuration/get_configuration_state" }, "docs": "`GET /yoast/v1/configuration/get_configuration_state` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/configuration/save_configuration_state", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/configuration/save_configuration_state", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/configuration/save_configuration_state` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/configuration/site_representation", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/configuration/site_representation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/configuration/site_representation` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/configuration/social_profiles", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/configuration/social_profiles", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/configuration/social_profiles` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/file_size", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/file_size", "params": [ { "name": "url", "value": "", "type": "query", "description": "The url to retrieve" } ] }, "docs": "`GET /yoast/v1/file_size` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/get_head", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/get_head", "params": [ { "name": "url", "value": "", "type": "query" } ] }, "docs": "`GET /yoast/v1/get_head` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/get_tasks", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/get_tasks", "params": [ { "name": "options", "value": "", "type": "query" } ] }, "docs": "`GET /yoast/v1/get_tasks` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/import/{plugin}/{type}", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/import/:plugin/:type", "params": [ { "name": "plugin", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w-]+`." }, { "name": "type", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w-]+`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/import/{plugin}/{type}` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/indexing/complete", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/indexing/complete", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/indexing/complete` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/indexing/general", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/indexing/general", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/indexing/general` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/indexing/indexables-complete", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/indexing/indexables-complete", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/indexing/indexables-complete` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/indexing/post-type-archives", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/indexing/post-type-archives", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/indexing/post-type-archives` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/indexing/posts", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/indexing/posts", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/indexing/posts` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/indexing/prepare", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/indexing/prepare", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/indexing/prepare` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/indexing/terms", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/indexing/terms", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/indexing/terms` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/integrations/set_active", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/integrations/set_active", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/integrations/set_active` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/introductions/{introduction_id}/seen", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/introductions/:introduction_id/seen", "params": [ { "name": "introduction_id", "value": "", "type": "path", "description": "Path segment matched by the WordPress route pattern `[\\w-]+`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/introductions/{introduction_id}/seen` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/link-indexing/posts", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/link-indexing/posts", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/link-indexing/posts` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/link-indexing/terms", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/link-indexing/terms", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/link-indexing/terms` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/meta/search", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/meta/search" }, "docs": "`GET /yoast/v1/meta/search` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/new-content-type-visibility/dismiss-post-type", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/new-content-type-visibility/dismiss-post-type", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/new-content-type-visibility/dismiss-post-type` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/new-content-type-visibility/dismiss-taxonomy", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/new-content-type-visibility/dismiss-taxonomy", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/new-content-type-visibility/dismiss-taxonomy` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/readability_scores", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/readability_scores", "params": [ { "name": "contentType", "value": "", "type": "query" }, { "name": "taxonomy", "value": "", "type": "query" }, { "name": "term", "value": "", "type": "query" }, { "name": "troubleshooting", "value": "", "type": "query" } ] }, "docs": "`GET /yoast/v1/readability_scores` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/semrush/authenticate", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/semrush/authenticate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/semrush/authenticate` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/semrush/country_code", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/semrush/country_code", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/semrush/country_code` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/semrush/related_keyphrases", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/semrush/related_keyphrases", "params": [ { "name": "country_code", "value": "", "type": "query" }, { "name": "keyphrase", "value": "", "type": "query" } ] }, "docs": "`GET /yoast/v1/semrush/related_keyphrases` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/seo_scores", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/seo_scores", "params": [ { "name": "contentType", "value": "", "type": "query" }, { "name": "taxonomy", "value": "", "type": "query" }, { "name": "term", "value": "", "type": "query" }, { "name": "troubleshooting", "value": "", "type": "query" } ] }, "docs": "`GET /yoast/v1/seo_scores` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/setup_steps_tracking", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/setup_steps_tracking", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/setup_steps_tracking` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/site_kit_configuration_permanent_dismissal", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/site_kit_configuration_permanent_dismissal", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/site_kit_configuration_permanent_dismissal` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/statistics", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/statistics" }, "docs": "`GET /yoast/v1/statistics` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/wincher/account/limit", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/wincher/account/limit" }, "docs": "`GET /yoast/v1/wincher/account/limit` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/wincher/account/upgrade-campaign", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/wincher/account/upgrade-campaign" }, "docs": "`GET /yoast/v1/wincher/account/upgrade-campaign` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/wincher/authenticate", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/wincher/authenticate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/wincher/authenticate` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/wincher/authorization-url", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/wincher/authorization-url" }, "docs": "`GET /yoast/v1/wincher/authorization-url` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/wincher/keyphrases", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/wincher/keyphrases", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/wincher/keyphrases` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/wincher/keyphrases/track", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/wincher/keyphrases/track", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/wincher/keyphrases/track` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "DELETE /yoast/v1/wincher/keyphrases/untrack", "type": "http" }, "http": { "method": "DELETE", "url": "https://premion.com/wp-json/yoast/v1/wincher/keyphrases/untrack", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`DELETE /yoast/v1/wincher/keyphrases/untrack` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/wistia_embed_permission", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/wistia_embed_permission" }, "docs": "`GET /yoast/v1/wistia_embed_permission` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/wistia_embed_permission", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/wistia_embed_permission", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/wistia_embed_permission` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "GET /yoast/v1/workouts", "type": "http" }, "http": { "method": "GET", "url": "https://premion.com/wp-json/yoast/v1/workouts" }, "docs": "`GET /yoast/v1/workouts` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." }, { "info": { "name": "POST /yoast/v1/workouts", "type": "http" }, "http": { "method": "POST", "url": "https://premion.com/wp-json/yoast/v1/workouts", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "`POST /yoast/v1/workouts` as advertised by the live WordPress REST route index at https://premion.com/wp-json/. Parameters below are copied verbatim from that index." } ] } ], "bundled": true }