WordPress に戻る

WordPress と Knoon AI を接続して AI ワークフローを自動化します。

List posts/pages/custom post types from WordPress.
wordpressXmlRpcDefaultDefaultListPosts
ベータ
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
名前タイプ説明必須
postTypemustache Optional collection slug. Defaults to posts. Example: posts, pages, products.いいえ
searchmustache Optional search term for title/content.いいえ
statusstring Post status filter. Defaults to PUBLISH.いいえ
limitmustache Optional number of rows (1-100). Defaults to 10.いいえ
pagemustache Optional page number. Defaults to 1.いいえ
返品
名前タイプ説明
postIdstring WordPress post ID.
slugstring Post slug.
statusstring Post status.
urlstring Post permalink.
titlestring Rendered post title.
excerptstring Rendered post excerpt HTML.
contentstring Rendered post content HTML.
featuredMediaIdstring Featured media ID if set.
createdAtstring Post created datetime.
updatedAtstring Post last modified datetime.