Indietro a WordPress
Connetti Knoon AI con WordPress per automatizzare i flussi di lavoro AI.
Get a post/page/custom post type item by postId or slug.
wordpressXmlRpcDefaultDefaultGetPost
Beta
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| postType | mustache | Optional collection slug. Defaults to posts. | No |
| postId | mustache | Optional WordPress post ID. | No |
| slug | mustache | Optional post slug (used if postId is not provided). | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |