Obtenir la configuration du serveur
Endpoint:
GET /server/config
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grant_type: client_credentials
Scopes: []
Response body:
{
"appName": string,
"type": "central",
"version": string,
"locale": {
"lang": string,
"currency": string,
"currencyPrecision": 0
},
"network": {
"hostname": string
},
"accounting": {
"mode": 0
},
"credit": {
"enabled": true
},
"cards": {
"validity": 0
},
"pins": {
"changeEnabled": true,
"minLenght": 0
},
"security": {
"password": {
"minLength": 0,
"complexity": 0
},
"lockout": {
"attempts": 0,
"time": 0
}
}
}
Il convient de noter que le %access_token%
doit être remplacé par le jeton que vous avez reçu en réponse à la commande point de terminaison d'authentification.
Le JSON de la configuration de base et des fonctionnalités activées du serveur est renvoyé dans la réponse.