Zurück zu WordPress
Verbinde Knoon AI mit WordPress, um KI-Workflows zu automatisieren.
List comments with optional filters.
wordpressXmlRpcDefaultDefaultGetComments
Beta
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| postId | mustache | Optional post ID filter. | Nein |
| search | mustache | Optional search query. | Nein |
| status | string | Optional comment status filter. | Nein |
| order | string | Sort order. Defaults to DESC. | Nein |
| orderBy | string | Order by field. Defaults to DATE. | Nein |
| limit | mustache | Rows per page (1-100). Defaults to 20. | Nein |
| page | mustache | Page number. Defaults to 1. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |