Retour à WordPress
Connecter Knoon AI avec WordPress pour automatiser les flux de travail AI.
List comments with optional filters.
wordpressXmlRpcDefaultDefaultGetComments
Bêta
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| postId | mustache | Optional post ID filter. | Non |
| search | mustache | Optional search query. | Non |
| status | string | Optional comment status filter. | Non |
| order | string | Sort order. Defaults to DESC. | Non |
| orderBy | string | Order by field. Defaults to DATE. | Non |
| limit | mustache | Rows per page (1-100). Defaults to 20. | Non |
| page | mustache | Page number. Defaults to 1. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |