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