Zurück zu WordPress
Verbinde Knoon AI mit WordPress, um KI-Workflows zu automatisieren.
List media items from WordPress media library.
wordpressXmlRpcDefaultDefaultGetMediaLibrary
Beta
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| search | mustache | Optional search query. | Nein |
| mediaType | string | Optional media type. | Nein |
| mimeType | mustache | Optional mime type. Example: image/jpeg. | Nein |
| parentId | mustache | Optional parent post ID. | Nein |
| limit | mustache | Rows per page (1-100). Defaults to 20. | Nein |
| page | mustache | Page number. Defaults to 1. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| mediaId | string | WordPress media ID. |
| sourceUrl | string | Public media URL. |
| mimeType | string | Media MIME type. |
| fileName | string | Media file name. |
| title | string | Media title. |
| altText | string | Media alt text. |
| caption | string | Media caption. |