{ "opencollection": "1.0.0", "info": { "name": "Cellarity Content API (WordPress REST wp/v2) People API", "version": "wp/v2" }, "items": [ { "info": { "name": "People", "type": "folder" }, "items": [ { "info": { "name": "GET /wp/v2/team-category", "type": "http" }, "http": { "method": "GET", "url": "https://cellarity.com/wp-json/wp/v2/team-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": "GET /wp/v2/team-category" }, { "info": { "name": "POST /wp/v2/team-category", "type": "http" }, "http": { "method": "POST", "url": "https://cellarity.com/wp-json/wp/v2/team-category", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "POST /wp/v2/team-category" }, { "info": { "name": "GET /wp/v2/team-category/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://cellarity.com/wp-json/wp/v2/team-category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the resource (id)." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "GET /wp/v2/team-category/{id}" }, { "info": { "name": "POST /wp/v2/team-category/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://cellarity.com/wp-json/wp/v2/team-category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the resource (id)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "POST /wp/v2/team-category/{id}" }, { "info": { "name": "PUT /wp/v2/team-category/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://cellarity.com/wp-json/wp/v2/team-category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the resource (id)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "PUT /wp/v2/team-category/{id}" }, { "info": { "name": "PATCH /wp/v2/team-category/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://cellarity.com/wp-json/wp/v2/team-category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the resource (id)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "PATCH /wp/v2/team-category/{id}" }, { "info": { "name": "DELETE /wp/v2/team-category/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://cellarity.com/wp-json/wp/v2/team-category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the resource (id)." }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "DELETE /wp/v2/team-category/{id}" }, { "info": { "name": "GET /wp/v2/team-member", "type": "http" }, "http": { "method": "GET", "url": "https://cellarity.com/wp-json/wp/v2/team-member", "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": "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": "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": "team-category", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the team-category taxonomy." }, { "name": "team-category_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the team-category taxonomy." } ] }, "docs": "GET /wp/v2/team-member" }, { "info": { "name": "POST /wp/v2/team-member", "type": "http" }, "http": { "method": "POST", "url": "https://cellarity.com/wp-json/wp/v2/team-member", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "POST /wp/v2/team-member" }, { "info": { "name": "GET /wp/v2/team-member/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://cellarity.com/wp-json/wp/v2/team-member/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the resource (id)." }, { "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": "GET /wp/v2/team-member/{id}" }, { "info": { "name": "POST /wp/v2/team-member/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://cellarity.com/wp-json/wp/v2/team-member/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the resource (id)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "POST /wp/v2/team-member/{id}" }, { "info": { "name": "PUT /wp/v2/team-member/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://cellarity.com/wp-json/wp/v2/team-member/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the resource (id)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "PUT /wp/v2/team-member/{id}" }, { "info": { "name": "PATCH /wp/v2/team-member/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://cellarity.com/wp-json/wp/v2/team-member/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the resource (id)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "PATCH /wp/v2/team-member/{id}" }, { "info": { "name": "DELETE /wp/v2/team-member/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://cellarity.com/wp-json/wp/v2/team-member/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the resource (id)." }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "DELETE /wp/v2/team-member/{id}" } ] } ], "bundled": true }