ย้อนกลับไปยัง 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. |