Πίσω στο WordPress
Σύνδεση Knoon AI με WordPress για αυτοματοποίηση ροών εργασίας AI.
List comments with optional filters.
wordpressXmlRpcDefaultDefaultGetComments
ΒΕΤΑ
Άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| postId | mustache | Optional post ID filter. | Όχι |
| search | mustache | Optional search query. | Όχι |
| status | string | Optional comment status filter. | Όχι |
| order | string | Sort order. Defaults to DESC. | Όχι |
| orderBy | string | Order by field. Defaults to DATE. | Όχι |
| limit | mustache | Rows per page (1-100). Defaults to 20. | Όχι |
| page | mustache | Page number. Defaults to 1. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |