Retour à WordPress
Connecter Knoon AI avec WordPress pour automatiser les flux de travail AI.
List posts/pages/custom post types from WordPress.
wordpressXmlRpcDefaultDefaultListPosts
Bêta
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| postType | mustache | Optional collection slug. Defaults to posts. Example: posts, pages, products. | Non |
| search | mustache | Optional search term for title/content. | Non |
| status | string | Post status filter. Defaults to PUBLISH. | Non |
| limit | mustache | Optional number of rows (1-100). Defaults to 10. | Non |
| page | mustache | Optional page number. Defaults to 1. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| postId | string | WordPress post ID. |
| slug | string | Post slug. |
| status | string | Post status. |
| url | string | Post permalink. |
| title | string | Rendered post title. |
| excerpt | string | Rendered post excerpt HTML. |
| content | string | Rendered post content HTML. |
| featuredMediaId | string | Featured media ID if set. |
| createdAt | string | Post created datetime. |
| updatedAt | string | Post last modified datetime. |