Voltar para WordPress
Conectar Knoon AI com WordPress para automatizar fluxos de trabalho de AI.
List comments with optional filters.
wordpressXmlRpcDefaultDefaultGetComments
Beta
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| postId | mustache | Optional post ID filter. | Não |
| search | mustache | Optional search query. | Não |
| status | string | Optional comment status filter. | Não |
| order | string | Sort order. Defaults to DESC. | Não |
| orderBy | string | Order by field. Defaults to DATE. | Não |
| limit | mustache | Rows per page (1-100). Defaults to 20. | Não |
| page | mustache | Page number. Defaults to 1. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |