返回 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. |