ย้อนกลับไปยัง WordPress
เชื่อมต่อ Knoon AI กับ WordPress เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
List comments with optional filters.
wordpressXmlRpcDefaultDefaultGetComments
เบต้า
สิทธิ์การใช้งาน
ไม่มีรายการให้แสดง
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| postId | mustache | Optional post ID filter. | ไม่ |
| search | mustache | Optional search query. | ไม่ |
| status | string | Optional comment status filter. | ไม่ |
| order | string | Sort order. Defaults to DESC. | ไม่ |
| orderBy | string | Order by field. Defaults to DATE. | ไม่ |
| limit | mustache | Rows per page (1-100). Defaults to 20. | ไม่ |
| page | mustache | Page number. Defaults to 1. | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| commentId | string | WordPress comment ID. |
| postId | string | Related post ID. |
| parentId | string | Parent comment ID. |
| status | string | Comment status. |
| type | string | Comment type. |
| url | string | Comment URL. |
| authorName | string | Author name. |
| authorEmail | string | Author email. |
| authorUrl | string | Author URL. |
| content | string | Rendered comment HTML. |
| createdAt | string | Comment datetime. |