Tillbaka till WordPress
Anslut Knoon AI med WordPress för att automatisera AI-flöden.
List comments with optional filters.
wordpressXmlRpcDefaultDefaultGetComments
BETA
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| postId | mustache | Optional post ID filter. | Nej |
| search | mustache | Optional search query. | Nej |
| status | string | Optional comment status filter. | Nej |
| order | string | Sort order. Defaults to DESC. | Nej |
| orderBy | string | Order by field. Defaults to DATE. | Nej |
| limit | mustache | Rows per page (1-100). Defaults to 20. | Nej |
| page | mustache | Page number. Defaults to 1. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |