hosting

GET /v1/sites/{siteId}/wordpress/activity

What changed on this WordPress, and who changed it.

Усі кінцеві точки hosting

Уся документація для розробників

Автентифікація

Надішліть ключ API як маркер носія (bearer token). Ключ повинен мати дозвіл sites.view; ключ без нього відхиляється з кодом 403, а не 404.

Цей кінцевий пункт не потребує ідентифікатора організації. Ваш ключ уже ідентифікує організацію, якій він належить, і відповідь обмежується її межами.

Спробувати

Замініть усе в кутових дужках власними значеннями, а заповнювач ключа — ключем із вашої панелі керування.

curl -X GET https://api.zinndigital.com/v1/sites/{siteId}/wordpress/activity \
  -H "Authorization: Bearer zdk_live_…"

Увійшли в систему? Консоль API у вашій панелі керування автоматично підставляє ваш реальний ідентифікатор організації та ваш власний ключ, а також виконує запит до робочого API, щоб ви могли побачити справжню відповідь. Відкрийте цю кінцеву точку в консолі API

Деталі

Every change this platform made to the site's WordPress — plugins and themes installed, activated, updated or deleted, users created and demoted, core updates, search-replaces, maintenance mode, console commands and update-policy changes — newest first. ⛔ Bounded twice, and both bounds are returned rather than assumed: a window_days window and a row limit. AuditLog is time-partitioned, so the window keeps the query off every historical partition and the limit keeps one very busy site from returning a response nobody can render. A screen that showed rows without stating the window would read as "this is everything". ⛔ action is a stable code, never a sentence — the client owns the wording, in every locale. detail carries the names of what changed and never a password, console output or an uploaded archive. Requires sites.view.

Параметри

НазваТипОбов'язковеЩо це таке
siteId (path)UuidТакSite ID (UUIDv7).

Відповідь

НазваТипОбов'язковеЩо це таке
dataSiteWordPressActivityEntry[]Так
window_daysintegerТакHow far back this read looked. ⛔ Returned, not assumed — a screen that renders rows without stating the window reads as "this is everything".
limitintegerТакThe most rows one read returns.

Помилки, які може повертати ця кінцева точка

401 · 403 · 404 · 429 · 503