{ "opencollection": "1.0.0", "info": { "name": "Allay Therapeutics Content Posts API", "version": "wp/v2" }, "items": [ { "info": { "name": "posts", "type": "folder" }, "items": [ { "info": { "name": "List news posts", "type": "http" }, "http": { "method": "GET", "url": "https://www.allaytx.com/wp-json/wp/v2/posts", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in the 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 the 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": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "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": "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": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "_fields", "value": "", "type": "query", "description": "Sparse fieldset — comma-separated list of fields to include in the response." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "categories", "value": "", "type": "query", "description": "Limit result set to items with specific category term IDs." }, { "name": "categories_exclude", "value": "", "type": "query", "description": "Ensure result set excludes items with specific category term IDs." }, { "name": "tags", "value": "", "type": "query", "description": "Limit result set to items with specific tag term IDs." }, { "name": "tags_exclude", "value": "", "type": "query", "description": "Ensure result set excludes items with specific tag term IDs." }, { "name": "sticky", "value": "", "type": "query", "description": "Limit result set to items that are sticky." } ] }, "docs": "Lists published posts. On this deployment the collection is the company news archive — 19 items from the May 2021 launch through the June 2025 Series D. Paginated; `X-WP-Total` and `X-WP-TotalPages` are exposed via `Access-Control-Expose-Headers`, and a `Link` header carries `rel=\"next\"` / `rel=\"prev\"`." }, { "info": { "name": "Get a single news post", "type": "http" }, "http": { "method": "GET", "url": "https://www.allaytx.com/wp-json/wp/v2/posts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the object." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in the response." }, { "name": "_fields", "value": "", "type": "query", "description": "Sparse fieldset — comma-separated list of fields to include in the response." } ] }, "docs": "Retrieves one published post by numeric ID." } ] } ], "bundled": true }