返回 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. |