Thèmes
GET /v3/themes
Obtenir une liste des thèmes.
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grand_type: client_credentials, login_info
Scopes: []
Response body:
{
"themes": [
{
"id": "string",
"name": "string"
}
],
"count": 0
}
GET /v3/themes/{id}/terminal
Obtenir la définition du thème pour le terminal
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"
}
]
}