hosting
GET /v1/sites/{siteId}/wordpress/plugins
List the plugins installed on a site's WordPress.
Autentifikacija
Pošaljite API ključ kao nosivi token. Ključ mora imati dozvolu sites.view; ključ bez nje se odbija s kodom 403, a ne 404.
Ova krajnja točka ne prihvaća ID organizacije. Vaš ključ već identificira organizaciju kojoj pripada, a odgovor je ograničen na nju.
Isprobajte
Zamijenite sve unutar šiljastih zagrada svojim vlastitim vrijednostima, a rezervirano mjesto za ključ s ključem iz vaše nadzorne ploče.
curl -X GET https://api.zinndigital.com/v1/sites/{siteId}/wordpress/plugins \
-H "Authorization: Bearer zdk_live_…"Prijavljeni ste? API konzola na vašoj nadzornoj ploči automatski unosi stvarni ID vaše organizacije i vaš vlastiti ključ te šalje zahtjev prema aktivnom API-ju kako biste mogli vidjeti stvarni odgovor. Otvori ovu krajnju točku u API konzoli
Pojedinosti
Every plugin the install carries, with its activation status, its version, and the version waiting for it. update_version is a string and not a boolean because a screen that can name the waiting version is more useful than one that can only say "update"; it is "" when the plugin is current. ⛔ stack_cache_installed is carried separately and cannot be derived from data: this platform excludes its own cache plugin from the listing, so a client deriving the flag from the rows would answer "not installed" for ever and the install button would never go away. 404 for a site with no vendor hosting package. Requires sites.view.
Parametri
| Naziv | Vrsta | Obavezno | Što je to |
|---|---|---|---|
siteId (path) | Uuid | Da | Site ID (UUIDv7). |
Odgovor
| Naziv | Vrsta | Obavezno | Što je to |
|---|---|---|---|
data | SiteWordPressPlugin[] | Da | The installed plugins. |
stack_cache_installed | boolean | Da | ⛔ Cannot be derived from data. this platform excludes its own server-side cache plugin from the listing, so a client deriving this flag from the rows would answer "not… |
Pogreške koje ova krajnja točka može vratiti
401 · 403 · 404 · 429 · 503