Wróć do WordPress
Połącz Knoon AI z WordPress, aby zautomatyzować przepływy pracy AI.
List comments with optional filters.
wordpressXmlRpcDefaultDefaultGetComments
BETA
Uprawnienia
Brak elementów do wyświetlenia.
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| postId | mustache | Optional post ID filter. | Nie |
| search | mustache | Optional search query. | Nie |
| status | string | Optional comment status filter. | Nie |
| order | string | Sort order. Defaults to DESC. | Nie |
| orderBy | string | Order by field. Defaults to DATE. | Nie |
| limit | mustache | Rows per page (1-100). Defaults to 20. | Nie |
| page | mustache | Page number. Defaults to 1. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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. |