latestOpenAPI 3.1.02026-08-1076186318.8 KB
ab648a80ca4d
WordPress Site Themes & Plugins
Get list of WP Site themes
get/sites/environments/{env_id}/themes
Path parameters
env_idstring uuid required
Example:54fb80af-576c-4fdc-ba4f-b596c83f15a1
Response
Successfully found WP themes
Example response
{
"environment": {
"id": "54fb80af-576c-4fdc-ba4f-b596c83f15b2",
"container_info": {
"id": "54fb80af-576c-4fdc-ba4f-b596c83f15c3",
"wp_themes": {
"data": [
{
"name": "twentytwentythree",
"title": "Twenty Twenty Three",
"status": "active",
"version": "1.0.0",
"update": "available",
"update_version": "1.0.1",
"update_status": "updated"
}
]
}
}
}
}