Deprecated

Message This Endpoint is no longer used

Response [200 Ok]

Uri /api/v2/theme
UriDescription Base URI for theme-related operations
EndpointType ThemeBase

Uris

Theme
/api/v2/theme/:themeid

Uri /api/v2/theme/:themeid
UriDescription Theme by ID
EndpointType Theme
Locator Theme
LocatorType Object

Themes
/api/v2/theme!themes

Uri /api/v2/theme!themes
UriDescription List site-wide themes
EndpointType Themes
Locator Theme
LocatorType Objects

Timing

Total

cycles 1
objects 0
time 0.02351

Request

Uri /api/v2/theme
Method GET
Version v2

Config

{
    "expand_method": "ref",
    "shorturis": false
}

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/theme"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Deprecated": {
            "Message": "This Endpoint is no longer used"
        }
    },
    "Response": {
        "Uri": "/api/v2/theme",
        "Uris": {
            "Theme": {
                "Uri": "/api/v2/theme/:themeid",
                "Locator": "Theme",
                "LocatorType": "Object",
                "UriDescription": "Theme by ID",
                "EndpointType": "Theme"
            },
            "Themes": {
                "Uri": "/api/v2/theme!themes",
                "Locator": "Theme",
                "LocatorType": "Objects",
                "UriDescription": "List site-wide themes",
                "EndpointType": "Themes"
            }
        },
        "UriDescription": "Base URI for theme-related operations",
        "EndpointType": "ThemeBase",
        "Timing": {
            "Total": {
                "time": 0.02351,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}