Skip to main content
Skip table of contents

Themes

GET /v3/themes

Get a list of the themes.

CODE
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%

Authentication:
Grant_type: client_credentials, login_info
Scopes: []

Response body:
{
  "themes": [
    {
      "id": "string",
      "name": "string"
    }
  ],
  "count": 0
}


GET /v3/themes/{id}/terminal

Get theme definition for the terminal

CODE
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%

Authentication:
Grant_type: client_credentials
Scopes: []

Response body:
{
  "id": "string",
  "name": "string",
  "baseUrl": "string",
  "colorScheme": {
    "color": "string",
    "font": "string"
  },
  "sprites": [
    {
      "iconWidth": 0,
      "spriteUrl": "string"
    }
  ],
  "styles": [
    {
      "id": "string",
      "name": "string",
      "colorScheme": {
        "enabled": "string",
        "pressed": "string",
        "disabled": "string"
      },
      "pos": 0,
      "iconUrl": "string"
    }
  ]
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.