WordPress로 돌아가기
Knoon AI를 WordPress과 연결하여 AI 워크플로우를 자동화하세요.
List posts/pages/custom post types from WordPress.
wordpressXmlRpcDefaultDefaultListPosts
베타
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| postType | mustache | Optional collection slug. Defaults to posts. Example: posts, pages, products. | 아니요 |
| search | mustache | Optional search term for title/content. | 아니요 |
| status | string | Post status filter. Defaults to PUBLISH. | 아니요 |
| limit | mustache | Optional number of rows (1-100). Defaults to 10. | 아니요 |
| page | mustache | Optional page number. Defaults to 1. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| 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. |