返回 WordPress

将 Knoon AI 与 WordPress 连接以自动化 AI 工作流。

List terms from a taxonomy.
wordpressXmlRpcDefaultDefaultGetTerms
测试版
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
名称类型描述必填
taxonomymustache Taxonomy endpoint. Example: categories, tags.是的
searchmustache Optional search query.没有
hideEmptyboolean Exclude empty terms. Defaults to FALSE.没有
limitmustache Rows per page (1-100). Defaults to 20.没有
pagemustache Page number. Defaults to 1.没有
回报
名称类型描述
termIdstring WordPress term ID.
taxonomystring Taxonomy slug.
namestring Term name.
slugstring Term slug.
descriptionstring Term description.
countstring Number of items in term.
urlstring Term URL.
parentIdstring Parent term ID.