{ "opencollection": "1.0.0", "info": { "name": "Alzheon Content API (WordPress REST)", "version": "wp/v2" }, "items": [ { "info": { "name": "Posts", "type": "folder" }, "items": [ { "info": { "name": "List posts", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/posts", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to posts assigned to specific authors." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes posts assigned to specific authors." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "categories", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the categories taxonomy." }, { "name": "categories_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the categories taxonomy." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "format", "value": "", "type": "query", "description": "Limit result set to items assigned one or more given formats." }, { "name": "ignore_sticky", "value": "", "type": "query", "description": "Whether to ignore sticky posts or not." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." }, { "name": "sticky", "value": "", "type": "query", "description": "Limit result set to items that are sticky." }, { "name": "tags", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the tags taxonomy." }, { "name": "tags_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the tags taxonomy." }, { "name": "tax_relation", "value": "", "type": "query", "description": "Limit result set based on relationship between multiple taxonomies." } ] }, "docs": "Return a paginated collection of posts published on alzheon.com. Anonymous read access; the total item and page counts are returned in the `X-WP-Total` and `X-WP-TotalPages` response headers and the next/previous pages in the `Link` header." }, { "info": { "name": "Get a post", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/posts/:id", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "excerpt_length", "value": "", "type": "query", "description": "Override the default excerpt length." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the post." } ] }, "docs": "Return a single post by its numeric identifier." } ] }, { "info": { "name": "Pages", "type": "folder" }, "items": [ { "info": { "name": "List pages", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/pages", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to posts assigned to specific authors." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes posts assigned to specific authors." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "menu_order", "value": "", "type": "query", "description": "Limit result set to posts with a specific menu_order value." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to items with particular parent IDs." }, { "name": "parent_exclude", "value": "", "type": "query", "description": "Limit result set to all items except those of a particular parent ID." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." } ] }, "docs": "Return a paginated collection of pages published on alzheon.com. Anonymous read access; the total item and page counts are returned in the `X-WP-Total` and `X-WP-TotalPages` response headers and the next/previous pages in the `Link` header." }, { "info": { "name": "Get a page", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/pages/:id", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "excerpt_length", "value": "", "type": "query", "description": "Override the default excerpt length." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the post." } ] }, "docs": "Return a single page by its numeric identifier." } ] }, { "info": { "name": "Media", "type": "folder" }, "items": [ { "info": { "name": "List media items", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/media", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to posts assigned to specific authors." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes posts assigned to specific authors." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "media_type", "value": "", "type": "query", "description": "Limit result set to attachments of a particular media type or media types." }, { "name": "mime_type", "value": "", "type": "query", "description": "Limit result set to attachments of a particular MIME type or MIME types." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to items with particular parent IDs." }, { "name": "parent_exclude", "value": "", "type": "query", "description": "Limit result set to all items except those of a particular parent ID." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." } ] }, "docs": "Return a paginated collection of media items published on alzheon.com. Anonymous read access; the total item and page counts are returned in the `X-WP-Total` and `X-WP-TotalPages` response headers and the next/previous pages in the `Link` header." }, { "info": { "name": "Get a media item", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/media/:id", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the post." } ] }, "docs": "Return a single media item by its numeric identifier." } ] }, { "info": { "name": "Taxonomy", "type": "folder" }, "items": [ { "info": { "name": "List categories", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/categories", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "Return a paginated collection of categories published on alzheon.com. Anonymous read access; the total item and page counts are returned in the `X-WP-Total` and `X-WP-TotalPages` response headers and the next/previous pages in the `Link` header." }, { "info": { "name": "Get a category", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the term." } ] }, "docs": "Return a single category by its numeric identifier." }, { "info": { "name": "List tags", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/tags", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "Return a paginated collection of tags published on alzheon.com. Anonymous read access; the total item and page counts are returned in the `X-WP-Total` and `X-WP-TotalPages` response headers and the next/previous pages in the `Link` header." }, { "info": { "name": "Get a tag", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/tags/:id", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the term." } ] }, "docs": "Return a single tag by its numeric identifier." } ] }, { "info": { "name": "Portfolio", "type": "folder" }, "items": [ { "info": { "name": "List portfolio items", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/avada_portfolio", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to posts assigned to specific authors." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes posts assigned to specific authors." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "format", "value": "", "type": "query", "description": "Limit result set to items assigned one or more given formats." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "menu_order", "value": "", "type": "query", "description": "Limit result set to posts with a specific menu_order value." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "portfolio_category", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the portfolio_category taxonomy." }, { "name": "portfolio_category_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the portfolio_category taxonomy." }, { "name": "portfolio_skills", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the portfolio_skills taxonomy." }, { "name": "portfolio_skills_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the portfolio_skills taxonomy." }, { "name": "portfolio_tags", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the portfolio_tags taxonomy." }, { "name": "portfolio_tags_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the portfolio_tags taxonomy." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." }, { "name": "tax_relation", "value": "", "type": "query", "description": "Limit result set based on relationship between multiple taxonomies." } ] }, "docs": "Return a paginated collection of portfolio items published on alzheon.com. Anonymous read access; the total item and page counts are returned in the `X-WP-Total` and `X-WP-TotalPages` response headers and the next/previous pages in the `Link` header." }, { "info": { "name": "Get a portfolio item", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/avada_portfolio/:id", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "excerpt_length", "value": "", "type": "query", "description": "Override the default excerpt length." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the post." } ] }, "docs": "Return a single portfolio item by its numeric identifier." } ] }, { "info": { "name": "FAQ", "type": "folder" }, "items": [ { "info": { "name": "List FAQ entries", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/avada_faq", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to posts assigned to specific authors." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes posts assigned to specific authors." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "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." }, { "name": "format", "value": "", "type": "query", "description": "Limit result set to items assigned one or more given formats." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "menu_order", "value": "", "type": "query", "description": "Limit result set to posts with a specific menu_order value." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." }, { "name": "tax_relation", "value": "", "type": "query", "description": "Limit result set based on relationship between multiple taxonomies." } ] }, "docs": "Return a paginated collection of FAQ entries published on alzheon.com. Anonymous read access; the total item and page counts are returned in the `X-WP-Total` and `X-WP-TotalPages` response headers and the next/previous pages in the `Link` header." }, { "info": { "name": "Get a FAQ entry", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/avada_faq/:id", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "excerpt_length", "value": "", "type": "query", "description": "Override the default excerpt length." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the post." } ] }, "docs": "Return a single FAQ entry by its numeric identifier." } ] }, { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List authors", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/users", "params": [ { "name": "capabilities", "value": "", "type": "query", "description": "Limit result set to users matching at least one specific capability provided. Accepts csv list or single capability." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "has_published_posts", "value": "", "type": "query", "description": "Limit result set to users who have published posts." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by user attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "roles", "value": "", "type": "query", "description": "Limit result set to users matching at least one specific role provided. Accepts csv list or single role." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to users with one or more specific slugs." }, { "name": "who", "value": "", "type": "query", "description": "Limit result set to users who are considered authors." } ] }, "docs": "Return a paginated collection of authors published on alzheon.com. Anonymous read access; the total item and page counts are returned in the `X-WP-Total` and `X-WP-TotalPages` response headers and the next/previous pages in the `Link` header." }, { "info": { "name": "Get a author", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/users/:id", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the user." } ] }, "docs": "Return a single author by its numeric identifier." } ] }, { "info": { "name": "Comments", "type": "folder" }, "items": [ { "info": { "name": "List comments", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/comments", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to comments published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to comments assigned to specific user IDs. Requires authorization." }, { "name": "author_email", "value": "", "type": "query", "description": "Limit result set to that from a specific author email. Requires authorization." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes comments assigned to specific user IDs. Requires authorization." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to comments published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by comment attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to comments of specific parent IDs." }, { "name": "parent_exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific parent IDs." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to comments assigned to specific post IDs." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to comments assigned a specific status. Requires authorization." }, { "name": "type", "value": "", "type": "query", "description": "Limit result set to comments assigned a specific type. Requires authorization." } ] }, "docs": "Return a paginated collection of comments published on alzheon.com. Anonymous read access; the total item and page counts are returned in the `X-WP-Total` and `X-WP-TotalPages` response headers and the next/previous pages in the `Link` header." }, { "info": { "name": "Get a comment", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/comments/:id", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the comment." } ] }, "docs": "Return a single comment by its numeric identifier." } ] }, { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search across all public content types on alzheon", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/wp/v2/search", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "subtype", "value": "", "type": "query", "description": "Limit results to items of one or more object subtypes." }, { "name": "type", "value": "", "type": "query", "description": "Limit results to items of an object type." } ] }, "docs": "Search across all public content types on alzheon.com." } ] }, { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "List the registered post types exposed by the site", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.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": "List the registered post types exposed by the site." }, { "info": { "name": "List the registered taxonomies exposed by the site", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.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": "List the registered taxonomies exposed by the site." }, { "info": { "name": "List the registered post statuses exposed by the site", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.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": "List the registered post statuses exposed by the site." } ] }, { "info": { "name": "oEmbed", "type": "folder" }, "items": [ { "info": { "name": "Return the oEmbed representation of a URL on alzheon", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/oembed/1.0/embed", "params": [ { "name": "format", "value": "", "type": "query" }, { "name": "maxwidth", "value": "", "type": "query" }, { "name": "url", "value": "", "type": "query", "description": "The URL of the resource for which to fetch oEmbed data." } ] }, "docs": "Return the oEmbed representation of a URL on alzheon.com." } ] }, { "info": { "name": "Discovery", "type": "folder" }, "items": [ { "info": { "name": "Get the API index", "type": "http" }, "http": { "method": "GET", "url": "https://alzheon.com/wp-json/" }, "docs": "Return the WordPress REST API discovery document for alzheon.com: site name, description, registered namespaces, the full route index with each route's supported methods and arguments, and the authentication methods available." } ] } ], "bundled": true }