Skip to main content
Version: Next

ThemeRestApi.get

changed_by object
first_namestringrequired

Possible values: <= 64 characters

idinteger
last_namestringrequired

Possible values: <= 64 characters

changed_on_delta_humanized
created_by object
first_namestringrequired

Possible values: <= 64 characters

idinteger
last_namestringrequired

Possible values: <= 64 characters

editors object[]
  • Array [
  • idinteger
    labelstringrequired

    Possible values: <= 255 characters

    typeintegerrequired
  • ]
  • idinteger
    is_systemboolean
    is_system_darkboolean
    is_system_defaultboolean
    json_datastringnullable
    theme_namestringnullable

    Possible values: <= 250 characters

    uuidstring<uuid>nullable
    ThemeRestApi.get
    {
    "changed_by": {
    "first_name": "string",
    "id": 0,
    "last_name": "string"
    },
    "created_by": {
    "first_name": "string",
    "id": 0,
    "last_name": "string"
    },
    "editors": [
    {
    "id": 0,
    "label": "string",
    "type": 0
    }
    ],
    "id": 0,
    "is_system": true,
    "is_system_dark": true,
    "is_system_default": true,
    "json_data": "string",
    "theme_name": "string",
    "uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    }