{ "opencollection": "1.0.0", "info": { "name": "EFFECT Photonics WordPress REST Wp/v2 API", "version": "wp/v2" }, "items": [ { "info": { "name": "wp/v2", "type": "folder" }, "items": [ { "info": { "name": "GET /wp/v2", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2", "params": [ { "name": "namespace", "value": "", "type": "query" }, { "name": "context", "value": "", "type": "query" } ] }, "docs": "WordPress REST API route `/wp/v2` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/posts", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/posts", "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." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified 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": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "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": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "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": "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": "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": "sticky", "value": "", "type": "query", "description": "Limit result set to items that are sticky." }, { "name": "ignore_sticky", "value": "", "type": "query", "description": "Whether to ignore sticky posts or not." }, { "name": "format", "value": "", "type": "query", "description": "Limit result set to items assigned one or more given formats." } ] }, "docs": "WordPress REST API route `/wp/v2/posts` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/posts", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/posts", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/posts` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/posts/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/posts/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "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": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "WordPress REST API route `/wp/v2/posts/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/posts/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/posts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/posts/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/posts/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/posts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/posts/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/posts/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/posts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/posts/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/posts/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/posts/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/posts/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/posts/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/posts/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path" }, { "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." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/posts/(?P[\\d]+)/revisions` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/posts/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/posts/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/posts/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/posts/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/posts/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as revisions do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/posts/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/posts/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/posts/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/posts/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/posts/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/posts/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/posts/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/posts/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/posts/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/posts/(?P[\\d]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/pages", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/pages", "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." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified 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": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "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": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "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": "WordPress REST API route `/wp/v2/pages` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/pages", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/pages", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/pages` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/pages/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/pages/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "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": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "WordPress REST API route `/wp/v2/pages/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/pages/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/pages/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/pages/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/pages/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/pages/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/pages/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/pages/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/pages/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/pages/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/pages/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/pages/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/pages/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/pages/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/pages/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path" }, { "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." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/pages/(?P[\\d]+)/revisions` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/pages/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/pages/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/pages/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/pages/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/pages/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as revisions do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/pages/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/pages/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/pages/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/pages/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/pages/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/pages/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/pages/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/pages/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/pages/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/pages/(?P[\\d]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/media", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/media", "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." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified 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": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "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": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "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": "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." } ] }, "docs": "WordPress REST API route `/wp/v2/media` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/media", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/media", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/media` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/media/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/media/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/media/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/media/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/media/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/media/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/media/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/media/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/media/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/media/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/media/{id}/post-process", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/media/:id/post-process", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/media/(?P[\\d]+)/post-process` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/media/{id}/edit", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/media/:id/edit", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/media/(?P[\\d]+)/edit` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/menu-items", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/menu-items", "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." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "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": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "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": "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": "menu_order", "value": "", "type": "query", "description": "Limit result set to posts with a specific menu_order value." } ] }, "docs": "WordPress REST API route `/wp/v2/menu-items` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/menu-items", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/menu-items", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/menu-items` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/menu-items/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/menu-items/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/menu-items/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/menu-items/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/menu-items/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/menu-items/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/menu-items/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/menu-items/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/menu-items/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/menu-items/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/menu-items/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/menu-items/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/menu-items/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/menu-items/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/menu-items/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/menu-items/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/menu-items/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/menu-items/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/menu-items/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/menu-items/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/menu-items/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/menu-items/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/menu-items/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/menu-items/(?P[\\d]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/blocks", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks", "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." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "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": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "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": "WordPress REST API route `/wp/v2/blocks` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/blocks", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/blocks` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/blocks/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "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": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "WordPress REST API route `/wp/v2/blocks/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/blocks/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/blocks/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/blocks/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/blocks/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/blocks/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/blocks/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/blocks/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/blocks/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/blocks/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path" }, { "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." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/blocks/(?P[\\d]+)/revisions` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/blocks/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/blocks/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/blocks/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as revisions do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/blocks/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/blocks/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/blocks/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/blocks/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/blocks/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/blocks/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/blocks/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/blocks/(?P[\\d]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/templates/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/templates/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path" }, { "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." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/templates/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/templates/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/templates/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/templates/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/templates/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/templates/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as revisions do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/templates/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/templates/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/templates/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/templates/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/templates/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/templates/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/templates/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/templates/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/templates/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/templates/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/templates", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/templates", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "wp_id", "value": "", "type": "query", "description": "Limit to the specified post id." }, { "name": "area", "value": "", "type": "query", "description": "Limit to the specified template part area." }, { "name": "post_type", "value": "", "type": "query", "description": "Post type to get the templates for." } ] }, "docs": "WordPress REST API route `/wp/v2/templates` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/templates", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/templates", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/templates` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/templates/lookup", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/templates/lookup", "params": [ { "name": "slug", "value": "", "type": "query", "description": "The slug of the template to get the fallback for" }, { "name": "is_custom", "value": "", "type": "query", "description": "Indicates if a template is custom or part of the template hierarchy" }, { "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": "WordPress REST API route `/wp/v2/templates/lookup` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/templates/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/templates/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/templates/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/templates/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/templates/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/templates/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/templates/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/templates/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/templates/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/templates/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/templates/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/templates/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/template-parts/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path" }, { "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." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/template-parts/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/template-parts/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/template-parts/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/template-parts/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as revisions do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/template-parts/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/template-parts/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/template-parts/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/template-parts/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/template-parts/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/template-parts/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/template-parts/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/template-parts", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "wp_id", "value": "", "type": "query", "description": "Limit to the specified post id." }, { "name": "area", "value": "", "type": "query", "description": "Limit to the specified template part area." }, { "name": "post_type", "value": "", "type": "query", "description": "Post type to get the templates for." } ] }, "docs": "WordPress REST API route `/wp/v2/template-parts` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/template-parts", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/template-parts` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/template-parts/lookup", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts/lookup", "params": [ { "name": "slug", "value": "", "type": "query", "description": "The slug of the template to get the fallback for" }, { "name": "is_custom", "value": "", "type": "query", "description": "Indicates if a template is custom or part of the template hierarchy" }, { "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": "WordPress REST API route `/wp/v2/template-parts/lookup` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/template-parts/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/template-parts/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/template-parts/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/template-parts/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/template-parts/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/template-parts/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/template-parts/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/template-parts/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/template-parts/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/template-parts/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/template-parts/(?P([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/global-styles/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/global-styles/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path" }, { "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": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." } ] }, "docs": "WordPress REST API route `/wp/v2/global-styles/(?P[\\d]+)/revisions` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/global-styles/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/global-styles/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/global-styles/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/global-styles/themes/{stylesheet}/variations", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/global-styles/themes/:stylesheet/variations", "params": [ { "name": "stylesheet", "value": "", "type": "path" } ] }, "docs": "WordPress REST API route `/wp/v2/global-styles/themes/(?P[\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)/variations` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/global-styles/themes/{stylesheet}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/global-styles/themes/:stylesheet", "params": [ { "name": "stylesheet", "value": "", "type": "path" } ] }, "docs": "WordPress REST API route `/wp/v2/global-styles/themes/(?P[^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/global-styles/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/global-styles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "WordPress REST API route `/wp/v2/global-styles/(?P[\\/\\d+]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/global-styles/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/global-styles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/global-styles/(?P[\\/\\d+]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/global-styles/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/global-styles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/global-styles/(?P[\\/\\d+]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/global-styles/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/global-styles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/global-styles/(?P[\\/\\d+]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/navigation", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation", "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." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "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": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "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": "WordPress REST API route `/wp/v2/navigation` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/navigation", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/navigation` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/navigation/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "WordPress REST API route `/wp/v2/navigation/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/navigation/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/navigation/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/navigation/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/navigation/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/navigation/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/navigation/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/navigation/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/navigation/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/navigation/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path" }, { "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." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/navigation/(?P[\\d]+)/revisions` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/navigation/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/navigation/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/navigation/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as revisions do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/navigation/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/navigation/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/navigation/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/navigation/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/navigation/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/navigation/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/navigation/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/navigation/(?P[\\d]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/font-families", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "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": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/font-families` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/font-families", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/font-families", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/font-families` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/font-families/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/font-families/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/font-families/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/font-families/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/font-families/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/font-families/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/font-families/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/font-families/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/font-families/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/font-families/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/font-families/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/font-families/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/font-families/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/font-families/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/font-families/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/font-families/{font_family_id}/font-faces", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/font-families/:font_family_id/font-faces", "params": [ { "name": "font_family_id", "value": "", "type": "path" }, { "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": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/font-families/(?P[\\d]+)/font-faces` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/font-families/{font_family_id}/font-faces", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/font-families/:font_family_id/font-faces", "params": [ { "name": "font_family_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/font-families/(?P[\\d]+)/font-faces` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/font-families/{font_family_id}/font-faces/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/font-families/:font_family_id/font-faces/:id", "params": [ { "name": "font_family_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/font-families/(?P[\\d]+)/font-faces/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/font-families/{font_family_id}/font-faces/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/font-families/:font_family_id/font-faces/:id", "params": [ { "name": "font_family_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/font-families/(?P[\\d]+)/font-faces/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/faq", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/faq", "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." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified 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": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "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": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "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": "faq-category", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the faq-category taxonomy." }, { "name": "faq-category_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the faq-category taxonomy." } ] }, "docs": "WordPress REST API route `/wp/v2/faq` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/faq", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/faq", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/faq` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/faq/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/faq/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "WordPress REST API route `/wp/v2/faq/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/faq/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/faq/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/faq/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/faq/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/faq/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/faq/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/faq/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/faq/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/faq/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/faq/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/faq/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/faq/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/faq/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/faq/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path" }, { "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." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/faq/(?P[\\d]+)/revisions` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/faq/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/faq/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/faq/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/faq/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/faq/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as revisions do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/faq/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/faq/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/faq/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/faq/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/faq/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/faq/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/faq/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/faq/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/faq/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/faq/(?P[\\d]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/partner", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/partner", "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." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "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": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "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": "partner-category", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the partner-category taxonomy." }, { "name": "partner-category_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the partner-category taxonomy." } ] }, "docs": "WordPress REST API route `/wp/v2/partner` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/partner", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/partner", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/partner` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/partner/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/partner/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "WordPress REST API route `/wp/v2/partner/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/partner/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/partner/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/partner/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/partner/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/partner/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/partner/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/partner/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/partner/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/partner/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/partner/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/partner/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/partner/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/partner/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/partner/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path" }, { "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." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/partner/(?P[\\d]+)/revisions` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/partner/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/partner/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/partner/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/partner/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/partner/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as revisions do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/partner/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/partner/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/partner/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/partner/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/partner/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/partner/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/partner/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/partner/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/partner/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/partner/(?P[\\d]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/team", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/team", "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." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "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": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "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": "function", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the function taxonomy." }, { "name": "function_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the function taxonomy." }, { "name": "location", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the location taxonomy." }, { "name": "location_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the location taxonomy." } ] }, "docs": "WordPress REST API route `/wp/v2/team` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/team", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/team", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/team` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/team/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/team/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "WordPress REST API route `/wp/v2/team/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/team/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/team/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/team/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/team/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/team/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/team/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/team/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/team/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/team/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/team/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/team/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/team/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/team/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/team/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/team/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/team/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/team/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/team/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/team/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/team/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/team/(?P[\\d]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career", "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." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "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": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "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": "career_department", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the career_department taxonomy." }, { "name": "career_department_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the career_department taxonomy." }, { "name": "career_location", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the career_location taxonomy." }, { "name": "career_location_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the career_location taxonomy." }, { "name": "career_employment_type", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the career_employment_type taxonomy." }, { "name": "career_employment_type_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the career_employment_type taxonomy." }, { "name": "career_workspace_type", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the career_workspace_type taxonomy." }, { "name": "career_workspace_type_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the career_workspace_type taxonomy." } ] }, "docs": "WordPress REST API route `/wp/v2/career` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/career", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/career", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "WordPress REST API route `/wp/v2/career/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/career/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/career/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/career/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/career/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/career/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/career/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/career/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/career/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/career/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path" }, { "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." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/career/(?P[\\d]+)/revisions` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/career/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/career/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/career/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as revisions do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/career/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/career/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/career/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/career/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/career/(?P[\\d]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/event", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/event", "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." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "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": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "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": "event_type", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the event_type taxonomy." }, { "name": "event_type_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the event_type taxonomy." }, { "name": "event_region", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the event_region taxonomy." }, { "name": "event_region_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the event_region taxonomy." } ] }, "docs": "WordPress REST API route `/wp/v2/event` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/event", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/event", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/event/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/event/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "WordPress REST API route `/wp/v2/event/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/event/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/event/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/event/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/event/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/event/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/event/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/event/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/event/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/event/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/event/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/event/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path" }, { "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." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/event/(?P[\\d]+)/revisions` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/event/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/event/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/event/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/event/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/event/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as revisions do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/event/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/event/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/event/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/event/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/event/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/event/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/event/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/event/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/event/(?P[\\d]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/product", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/product", "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." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "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": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "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": "product_line", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the product_line taxonomy." }, { "name": "product_line_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the product_line taxonomy." }, { "name": "output_power", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the output_power taxonomy." }, { "name": "output_power_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the output_power taxonomy." }, { "name": "form_factor", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the form_factor taxonomy." }, { "name": "form_factor_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the form_factor taxonomy." }, { "name": "tuning_range", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the tuning_range taxonomy." }, { "name": "tuning_range_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the tuning_range taxonomy." }, { "name": "target_application", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the target_application taxonomy." }, { "name": "target_application_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the target_application taxonomy." }, { "name": "temperature", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the temperature taxonomy." }, { "name": "temperature_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the temperature taxonomy." }, { "name": "management_interface", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the management_interface taxonomy." }, { "name": "management_interface_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the management_interface taxonomy." } ] }, "docs": "WordPress REST API route `/wp/v2/product` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/product", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/product", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/product` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/product/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/product/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "WordPress REST API route `/wp/v2/product/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/product/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/product/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/product/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/product/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/product/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/product/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/product/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/product/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/product/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/product/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/product/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ] }, "docs": "WordPress REST API route `/wp/v2/product/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/product/{parent}/revisions", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/product/:parent/revisions", "params": [ { "name": "parent", "value": "", "type": "path" }, { "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." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/product/(?P[\\d]+)/revisions` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/product/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/product/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/product/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/product/{parent}/revisions/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/product/:parent/revisions/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as revisions do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/product/(?P[\\d]+)/revisions/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/product/{id}/autosaves", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/product/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "parent", "value": "", "type": "query", "description": "The ID for the parent of the autosave." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/product/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/product/{id}/autosaves", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/product/:id/autosaves", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/product/(?P[\\d]+)/autosaves` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/product/{parent}/autosaves/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/product/:parent/autosaves/:id", "params": [ { "name": "parent", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/product/(?P[\\d]+)/autosaves/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/types", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/types` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/types/{type}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/types/:type", "params": [ { "name": "type", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/types/(?P[\\w-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/statuses", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/statuses` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/statuses/{status}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/statuses/:status", "params": [ { "name": "status", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/statuses/(?P[\\w-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/taxonomies", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/taxonomies` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/taxonomies/{taxonomy}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/taxonomies/:taxonomy", "params": [ { "name": "taxonomy", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/taxonomies/(?P[\\w-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/categories", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "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": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "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": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/categories` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/categories", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/categories", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/categories` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/categories/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/categories/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/categories/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/categories/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/categories/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/tags", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "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": "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 term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/tags` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/tags", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/tags", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/tags` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/tags/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/tags/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/tags/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/tags/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/tags/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/tags/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/tags/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/tags/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/tags/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/tags/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/tags/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/tags/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/tags/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/tags/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/tags/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/menus", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "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": "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 term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/menus` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/menus", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/menus", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/menus` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/menus/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/menus/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/menus/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/menus/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/menus/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/menus/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/menus/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/menus/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/menus/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/menus/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/menus/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/menus/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/menus/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/menus/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/menus/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/wp_pattern_category", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "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": "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 term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/wp_pattern_category` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/wp_pattern_category", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/wp_pattern_category", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/wp_pattern_category` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/wp_pattern_category/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/wp_pattern_category/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/wp_pattern_category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/wp_pattern_category/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/wp_pattern_category/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/wp_pattern_category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/wp_pattern_category/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/wp_pattern_category/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/wp_pattern_category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/wp_pattern_category/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/wp_pattern_category/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/wp_pattern_category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/wp_pattern_category/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/wp_pattern_category/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/wp_pattern_category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/product_line", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/product_line", "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." }, { "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/product_line` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/product_line", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/product_line", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/product_line` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/product_line/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/product_line/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/product_line/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/product_line/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/product_line/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/product_line/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/product_line/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/product_line/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/product_line/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/product_line/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/product_line/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/product_line/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/product_line/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/product_line/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/product_line/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/output_power", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/output_power", "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." }, { "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/output_power` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/output_power", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/output_power", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/output_power` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/output_power/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/output_power/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/output_power/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/output_power/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/output_power/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/output_power/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/output_power/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/output_power/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/output_power/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/output_power/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/output_power/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/output_power/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/output_power/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/output_power/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/output_power/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/form_factor", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/form_factor", "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." }, { "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/form_factor` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/form_factor", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/form_factor", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/form_factor` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/form_factor/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/form_factor/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/form_factor/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/form_factor/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/form_factor/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/form_factor/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/form_factor/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/form_factor/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/form_factor/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/form_factor/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/form_factor/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/form_factor/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/form_factor/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/form_factor/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/form_factor/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/tuning_range", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/tuning_range", "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." }, { "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/tuning_range` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/tuning_range", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/tuning_range", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/tuning_range` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/tuning_range/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/tuning_range/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/tuning_range/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/tuning_range/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/tuning_range/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/tuning_range/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/tuning_range/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/tuning_range/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/tuning_range/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/tuning_range/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/tuning_range/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/tuning_range/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/tuning_range/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/tuning_range/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/tuning_range/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/target_application", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/target_application", "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." }, { "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/target_application` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/target_application", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/target_application", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/target_application` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/target_application/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/target_application/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/target_application/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/target_application/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/target_application/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/target_application/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/target_application/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/target_application/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/target_application/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/target_application/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/target_application/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/target_application/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/target_application/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/target_application/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/target_application/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/temperature", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/temperature", "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." }, { "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/temperature` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/temperature", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/temperature", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/temperature` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/temperature/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/temperature/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/temperature/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/temperature/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/temperature/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/temperature/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/temperature/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/temperature/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/temperature/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/temperature/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/temperature/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/temperature/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/temperature/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/temperature/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/temperature/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/management_interface", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/management_interface", "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." }, { "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/management_interface` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/management_interface", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/management_interface", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/management_interface` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/management_interface/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/management_interface/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/management_interface/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/management_interface/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/management_interface/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/management_interface/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/management_interface/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/management_interface/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/management_interface/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/management_interface/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/management_interface/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/management_interface/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/management_interface/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/management_interface/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/management_interface/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/faq-category", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/faq-category", "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." }, { "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/faq-category` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/faq-category", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/faq-category", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/faq-category` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/faq-category/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/faq-category/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/faq-category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/faq-category/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/faq-category/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/faq-category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/faq-category/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/faq-category/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/faq-category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/faq-category/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/faq-category/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/faq-category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/faq-category/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/faq-category/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/faq-category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/function", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/function", "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." }, { "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 term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/function` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/function", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/function", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/function` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/function/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/function/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/function/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/function/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/function/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/function/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/function/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/function/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/function/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/function/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/function/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/function/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/function/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/function/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/function/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/location", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/location", "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." }, { "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 term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/location` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/location", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/location", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/location` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/location/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/location/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/location/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/location/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/location/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/location/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/location/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/location/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/location/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/location/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/location/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/location/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/location/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/location/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/location/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/partner-category", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/partner-category", "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." }, { "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/partner-category` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/partner-category", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/partner-category", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/partner-category` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/partner-category/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/partner-category/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/partner-category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/partner-category/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/partner-category/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/partner-category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/partner-category/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/partner-category/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/partner-category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/partner-category/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/partner-category/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/partner-category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/partner-category/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/partner-category/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/partner-category/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career_department", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career_department", "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." }, { "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 term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/career_department` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/career_department", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/career_department", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_department` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career_department/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career_department/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/career_department/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/career_department/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/career_department/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_department/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/career_department/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/career_department/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_department/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/career_department/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/career_department/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_department/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/career_department/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/career_department/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/career_department/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career_location", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career_location", "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." }, { "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 term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/career_location` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/career_location", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/career_location", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_location` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career_location/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career_location/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/career_location/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/career_location/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/career_location/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_location/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/career_location/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/career_location/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_location/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/career_location/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/career_location/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_location/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/career_location/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/career_location/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/career_location/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career_employment_type", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career_employment_type", "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." }, { "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 term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/career_employment_type` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/career_employment_type", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/career_employment_type", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_employment_type` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career_employment_type/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career_employment_type/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/career_employment_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/career_employment_type/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/career_employment_type/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_employment_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/career_employment_type/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/career_employment_type/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_employment_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/career_employment_type/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/career_employment_type/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_employment_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/career_employment_type/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/career_employment_type/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/career_employment_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career_workspace_type", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career_workspace_type", "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." }, { "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 term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/career_workspace_type` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/career_workspace_type", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/career_workspace_type", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_workspace_type` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/career_workspace_type/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/career_workspace_type/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/career_workspace_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/career_workspace_type/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/career_workspace_type/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_workspace_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/career_workspace_type/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/career_workspace_type/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_workspace_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/career_workspace_type/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/career_workspace_type/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/career_workspace_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/career_workspace_type/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/career_workspace_type/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/career_workspace_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/event_type", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/event_type", "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." }, { "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 term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/event_type` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/event_type", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/event_type", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event_type` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/event_type/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/event_type/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/event_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/event_type/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/event_type/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/event_type/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/event_type/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/event_type/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/event_type/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/event_type/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/event_type/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/event_type/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/event_region", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/event_region", "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." }, { "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 term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "WordPress REST API route `/wp/v2/event_region` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/event_region", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/event_region", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event_region` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/event_region/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/event_region/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/event_region/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/event_region/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/event_region/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event_region/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/event_region/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/event_region/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event_region/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/event_region/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/event_region/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/event_region/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/event_region/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/event_region/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ] }, "docs": "WordPress REST API route `/wp/v2/event_region/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/users/me", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/users/me` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/users/me", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/users/me", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/users/me` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/users/me", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/users/me", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/users/me` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/users/me", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/users/me", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/users/me` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/users/me", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/users/me", "params": [ { "name": "force", "value": "", "type": "query", "description": "Required to be true, as users do not support trashing." }, { "name": "reassign", "value": "", "type": "query", "description": "Reassign the deleted user's posts and links to this user ID." } ] }, "docs": "WordPress REST API route `/wp/v2/users/me` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/users/{user_id}/application-passwords", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/users/:user_id/application-passwords", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/users/(?P(?:[\\d]+|me))/application-passwords` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/users/{user_id}/application-passwords", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/users/:user_id/application-passwords", "params": [ { "name": "user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/users/(?P(?:[\\d]+|me))/application-passwords` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/users/{user_id}/application-passwords", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/users/:user_id/application-passwords", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "WordPress REST API route `/wp/v2/users/(?P(?:[\\d]+|me))/application-passwords` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/users/{user_id}/application-passwords/introspect", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/users/:user_id/application-passwords/introspect", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/users/(?P(?:[\\d]+|me))/application-passwords/introspect` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/users/{user_id}/application-passwords/{uuid}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/users/:user_id/application-passwords/:uuid", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/users/(?P(?:[\\d]+|me))/application-passwords/(?P[\\w\\-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/users/{user_id}/application-passwords/{uuid}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/users/:user_id/application-passwords/:uuid", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/users/(?P(?:[\\d]+|me))/application-passwords/(?P[\\w\\-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/users/{user_id}/application-passwords/{uuid}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/users/:user_id/application-passwords/:uuid", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/users/(?P(?:[\\d]+|me))/application-passwords/(?P[\\w\\-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/users/{user_id}/application-passwords/{uuid}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/users/:user_id/application-passwords/:uuid", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/users/(?P(?:[\\d]+|me))/application-passwords/(?P[\\w\\-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/users/{user_id}/application-passwords/{uuid}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/users/:user_id/application-passwords/:uuid", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "WordPress REST API route `/wp/v2/users/(?P(?:[\\d]+|me))/application-passwords/(?P[\\w\\-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/comments", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/comments", "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." }, { "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_exclude", "value": "", "type": "query", "description": "Ensure result set excludes 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": "before", "value": "", "type": "query", "description": "Limit response to comments published before a given ISO8601 compliant date." }, { "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": "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": "post", "value": "", "type": "query", "description": "Limit result set to comments assigned to specific post IDs." }, { "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." }, { "name": "password", "value": "", "type": "query", "description": "The password for the post if it is password protected." } ] }, "docs": "WordPress REST API route `/wp/v2/comments` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/comments", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/comments", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/comments` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/comments/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/comments/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "password", "value": "", "type": "query", "description": "The password for the parent post of the comment (if the post is password protected)." } ] }, "docs": "WordPress REST API route `/wp/v2/comments/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/comments/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/comments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/comments/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/comments/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/comments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/comments/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/comments/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/comments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/comments/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/comments/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/comments/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." }, { "name": "password", "value": "", "type": "query", "description": "The password for the parent post of the comment (if the post is password protected)." } ] }, "docs": "WordPress REST API route `/wp/v2/comments/(?P[\\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/search", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "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": "type", "value": "", "type": "query", "description": "Limit results to items of an object type." }, { "name": "subtype", "value": "", "type": "query", "description": "Limit results to items of one or more object subtypes." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." } ] }, "docs": "WordPress REST API route `/wp/v2/search` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/block-renderer/{name}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/block-renderer/:name", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "attributes", "value": "", "type": "query", "description": "Attributes for the block." }, { "name": "post_id", "value": "", "type": "query", "description": "ID of the post context." } ] }, "docs": "WordPress REST API route `/wp/v2/block-renderer/(?P[a-z0-9-]+/[a-z0-9-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/block-renderer/{name}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/block-renderer/:name", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/block-renderer/(?P[a-z0-9-]+/[a-z0-9-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/block-types", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/block-types` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/block-types/{namespace}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/block-types/:namespace", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/block-types/(?P[a-zA-Z0-9_-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/block-types/{namespace}/{name}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/block-types/:namespace/:name", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/block-types/(?P[a-zA-Z0-9_-]+)/(?P[a-zA-Z0-9_-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/settings", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/settings" }, "docs": "WordPress REST API route `/wp/v2/settings` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/settings", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/settings", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/settings` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/settings", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/settings", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/settings` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/settings", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/settings` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/themes", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/themes", "params": [ { "name": "status", "value": "", "type": "query", "description": "Limit result set to themes assigned one or more statuses." } ] }, "docs": "WordPress REST API route `/wp/v2/themes` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/themes/{stylesheet}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/themes/:stylesheet", "params": [ { "name": "stylesheet", "value": "", "type": "path" } ] }, "docs": "WordPress REST API route `/wp/v2/themes/(?P[^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/plugins", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/plugins` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/plugins", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/plugins", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/plugins` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/plugins/{plugin}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/plugins/:plugin", "params": [ { "name": "plugin", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/plugins/(?P[^.\\/]+(?:\\/[^.\\/]+)?)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/plugins/{plugin}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/plugins/:plugin", "params": [ { "name": "plugin", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/plugins/(?P[^.\\/]+(?:\\/[^.\\/]+)?)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/plugins/{plugin}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/plugins/:plugin", "params": [ { "name": "plugin", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/plugins/(?P[^.\\/]+(?:\\/[^.\\/]+)?)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/plugins/{plugin}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/plugins/:plugin", "params": [ { "name": "plugin", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/plugins/(?P[^.\\/]+(?:\\/[^.\\/]+)?)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/plugins/{plugin}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/plugins/:plugin", "params": [ { "name": "plugin", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/plugins/(?P[^.\\/]+(?:\\/[^.\\/]+)?)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/sidebars", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/sidebars` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/sidebars/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/sidebars/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/sidebars/(?P[\\w-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/sidebars/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/sidebars/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/sidebars/(?P[\\w-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/sidebars/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/sidebars/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/sidebars/(?P[\\w-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/sidebars/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/sidebars/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/sidebars/(?P[\\w-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/widget-types", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/widget-types` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/widget-types/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/widget-types/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/widget-types/(?P[a-zA-Z0-9_-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/widget-types/{id}/encode", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/widget-types/:id/encode", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/widget-types/(?P[a-zA-Z0-9_-]+)/encode` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/widget-types/{id}/render", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/widget-types/:id/render", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/widget-types/(?P[a-zA-Z0-9_-]+)/render` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/widgets", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/widgets` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/widgets", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/widgets", "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/widgets` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/widgets/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/widgets/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/widgets/(?P[\\w\\-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "POST /wp/v2/widgets/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://effectphotonics.com/wp-json/wp/v2/widgets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/widgets/(?P[\\w\\-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PUT /wp/v2/widgets/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://effectphotonics.com/wp-json/wp/v2/widgets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/widgets/(?P[\\w\\-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "PATCH /wp/v2/widgets/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://effectphotonics.com/wp-json/wp/v2/widgets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WordPress REST API route `/wp/v2/widgets/(?P[\\w\\-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "DELETE /wp/v2/widgets/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://effectphotonics.com/wp-json/wp/v2/widgets/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to force removal of the widget, or move it to the inactive sidebar." } ] }, "docs": "WordPress REST API route `/wp/v2/widgets/(?P[\\w\\-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/block-directory/search", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/block-directory/search` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/pattern-directory/patterns", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/pattern-directory/patterns", "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." }, { "name": "category", "value": "", "type": "query", "description": "Limit results to those matching a category ID." }, { "name": "keyword", "value": "", "type": "query", "description": "Limit results to those matching a keyword ID." }, { "name": "slug", "value": "", "type": "query", "description": "Limit results to those matching a pattern (slug)." }, { "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." } ] }, "docs": "WordPress REST API route `/wp/v2/pattern-directory/patterns` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/block-patterns/patterns", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/block-patterns/patterns" }, "docs": "WordPress REST API route `/wp/v2/block-patterns/patterns` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/block-patterns/categories", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/block-patterns/categories" }, "docs": "WordPress REST API route `/wp/v2/block-patterns/categories` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/menu-locations", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/menu-locations` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/menu-locations/{location}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/menu-locations/:location", "params": [ { "name": "location", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/menu-locations/(?P[\\w-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/font-collections", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/font-collections` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/font-collections/{slug}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/font-collections/:slug", "params": [ { "name": "slug", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/font-collections/(?P[\\/\\w-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/icons", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.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": "WordPress REST API route `/wp/v2/icons` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." }, { "info": { "name": "GET /wp/v2/icons/{name}", "type": "http" }, "http": { "method": "GET", "url": "https://effectphotonics.com/wp-json/wp/v2/icons/:name", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "WordPress REST API route `/wp/v2/icons/(?P[a-z][a-z0-9-]*/[a-z][a-z0-9-]*)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://effectphotonics.com/wp-json/." } ] } ], "bundled": true }