{ "opencollection": "1.0.0", "info": { "name": "Ease Content & Marketplace API", "version": "wp/v2" }, "items": [ { "info": { "name": "Posts", "type": "folder" }, "items": [ { "info": { "name": "List blog posts", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.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": "Blog posts exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a blog post", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/posts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the post." }, { "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": "Blog post exposed anonymously by the public ease.com WordPress REST API." } ] }, { "info": { "name": "Pages", "type": "folder" }, "items": [ { "info": { "name": "List site pages", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.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": "Site pages exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a site page", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/pages/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the post." }, { "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": "Site page exposed anonymously by the public ease.com WordPress REST API." } ] }, { "info": { "name": "Media", "type": "folder" }, "items": [ { "info": { "name": "List media items", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.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": "Media items exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a media item", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the post." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "Media item exposed anonymously by the public ease.com WordPress REST API." } ] }, { "info": { "name": "Marketplace", "type": "folder" }, "items": [ { "info": { "name": "List marketplace partners", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/partner", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "benefit_types", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the benefit_types taxonomy." }, { "name": "benefit_types_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the benefit_types 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": "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": "partner_types", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the partner_types taxonomy." }, { "name": "partner_types_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the partner_types taxonomy." }, { "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": "Marketplace partners exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a marketplace partner", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/partner/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the post." }, { "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": "Marketplace partner exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "List partner type terms", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/partner_types", "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": "Partner type terms exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a partner type term", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/partner_types/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the term." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "Partner type term exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "List benefit type terms", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/benefit_types", "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": "Benefit type terms exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a benefit type term", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/benefit_types/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the term." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "Benefit type term exposed anonymously by the public ease.com WordPress REST API." } ] }, { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List events", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/event", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "event_cat", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the event_cat taxonomy." }, { "name": "event_cat_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the event_cat taxonomy." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." }, { "name": "tax_relation", "value": "", "type": "query", "description": "Limit result set based on relationship between multiple taxonomies." } ] }, "docs": "Events exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a event", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/event/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the post." }, { "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": "Event exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "List event category terms", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/event_cat", "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": "Event category terms exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a event category term", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/event_cat/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the term." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "Event category term exposed anonymously by the public ease.com WordPress REST API." } ] }, { "info": { "name": "Testimonials", "type": "folder" }, "items": [ { "info": { "name": "List customer testimonials", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/testimonials", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." } ] }, "docs": "Customer testimonials exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a customer testimonial", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/testimonials/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the post." }, { "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": "Customer testimonial exposed anonymously by the public ease.com WordPress REST API." } ] }, { "info": { "name": "Taxonomy", "type": "folder" }, "items": [ { "info": { "name": "List blog categories", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.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": "Blog categories exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a blog category", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the term." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "Blog category exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "List blog tags", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.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": "Blog tags exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a blog tag", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/tags/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the term." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "Blog tag exposed anonymously by the public ease.com WordPress REST API." } ] }, { "info": { "name": "Discovery", "type": "folder" }, "items": [ { "info": { "name": "List content types", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.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": "Content types exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a content type", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/types/:type", "params": [ { "name": "type", "value": "", "type": "path", "description": "An alphanumeric identifier for the post type." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "Content type exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "List taxonomies", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.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": "Taxonomies exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "Retrieve a taxonomy", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.com/wp-json/wp/v2/taxonomies/:taxonomy", "params": [ { "name": "taxonomy", "value": "", "type": "path", "description": "An alphanumeric identifier for the taxonomy." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "Taxonomy exposed anonymously by the public ease.com WordPress REST API." }, { "info": { "name": "List post statuses", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.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": "Post statuses exposed anonymously by the public ease.com WordPress REST API." } ] }, { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search published site content", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.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 results exposed anonymously by the public ease.com WordPress REST API." } ] }, { "info": { "name": "oEmbed", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the oEmbed representation of an ease.com URL", "type": "http" }, "http": { "method": "GET", "url": "https://www.ease.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": "oEmbed response exposed anonymously by the public ease.com WordPress REST API." } ] } ], "bundled": true }