Πίσω στο WordPress
Σύνδεση Knoon AI με WordPress για αυτοματοποίηση ροών εργασίας AI.
Get one term from a taxonomy.
wordpressXmlRpcDefaultDefaultGetTerm
ΒΕΤΑ
Άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | Ναι |
| termId | mustache | WordPress term ID. | Ναι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |