返回 WordPress
将 Knoon AI 与 WordPress 连接以自动化 AI 工作流。
List terms from a taxonomy.
wordpressXmlRpcDefaultDefaultGetTerms
测试版
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | 是的 |
| search | mustache | Optional search query. | 没有 |
| hideEmpty | boolean | Exclude empty terms. Defaults to FALSE. | 没有 |
| limit | mustache | Rows per page (1-100). Defaults to 20. | 没有 |
| page | mustache | Page number. Defaults to 1. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| termId | string | WordPress term ID. |
| taxonomy | string | Taxonomy slug. |
| name | string | Term name. |
| slug | string | Term slug. |
| description | string | Term description. |
| count | string | Number of items in term. |
| url | string | Term URL. |
| parentId | string | Parent term ID. |