Terug naar WordPress
Verbinding maken met Knoon AI met WordPress om AI-workflows te automatiseren.
List comments with optional filters.
wordpressXmlRpcDefaultDefaultGetComments
BÈTA
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| postId | mustache | Optional post ID filter. | Nee |
| search | mustache | Optional search query. | Nee |
| status | string | Optional comment status filter. | Nee |
| order | string | Sort order. Defaults to DESC. | Nee |
| orderBy | string | Order by field. Defaults to DATE. | Nee |
| limit | mustache | Rows per page (1-100). Defaults to 20. | Nee |
| page | mustache | Page number. Defaults to 1. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |