Back to WordPress

Connect Knoon AI with WordPress to automate AI workflows.

List terms from a taxonomy.
wordpressXmlRpcDefaultDefaultGetTerms
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
taxonomymustache Taxonomy endpoint. Example: categories, tags.Yes
searchmustache Optional search query.No
hideEmptyboolean Exclude empty terms. Defaults to FALSE.No
limitmustache Rows per page (1-100). Defaults to 20.No
pagemustache Page number. Defaults to 1.No
Returns
NameTypeDescription
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.