Voltar para WordPress
Conectar Knoon AI com WordPress para automatizar fluxos de trabalho de AI.
List terms from a taxonomy.
wordpressXmlRpcDefaultDefaultGetTerms
Beta
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | Sim |
| search | mustache | Optional search query. | Não |
| hideEmpty | boolean | Exclude empty terms. Defaults to FALSE. | Não |
| limit | mustache | Rows per page (1-100). Defaults to 20. | Não |
| page | mustache | Page number. Defaults to 1. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |