Voltar para WordPress
Conectar Knoon AI com WordPress para automatizar fluxos de trabalho de AI.
List posts/pages/custom post types from WordPress.
wordpressXmlRpcDefaultDefaultListPosts
Beta
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| postType | mustache | Optional collection slug. Defaults to posts. Example: posts, pages, products. | Não |
| search | mustache | Optional search term for title/content. | Não |
| status | string | Post status filter. Defaults to PUBLISH. | Não |
| limit | mustache | Optional number of rows (1-100). Defaults to 10. | Não |
| page | mustache | Optional page number. Defaults to 1. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |