The RetailForce Fiscal Middleware can be used to query general status information from connected TSEs.
The methods for this are provided in Management Controller Germany.
Method | Parameter | Description |
GET /api/v1/management/germany/tse | - | Returns all technical safety equipment (TSE) connected to the system and their status. |
GET /api/v1/management/germany/{clientId}/tse/status | clientId | Returns the status of the TSE of a specific client |
GET /api/v1/management/germany/tse
Example response:
[
{
"statusFilePath":"string",
"communicationFilePath":"string",
"firmwareType":"string",
"firmwareId":0,
"tseCapacity":0,
"tseCurrentSize":0,
"tseSecurity":0,
"tseSecurityValidTimeSet":true,
"tseSecuritySelfTestPassed":true,
"tseSecurityCtssInterfaceActive":true,
"tseTsecurityExportAllowedIfCspTestFails":true,
"tseInitializationState":"uninitialized",
"dataImportInitialized":true,
"initialPukChanged":true,
"initialAdminPinChanged":true,
"initialTimeAdminPinChanged":true,
"timeUntilNextSelftest":0,
"startedTransactions":0,
"maxStartedTransactions":0,
"createdSignatures":0,
"maxSignatures":0,
"registeredClients":0,
"maxRegisteredClients":0,
"certificateExpirationDate":"2025-01-01",
"certificateExpirationDateTimeOffset":"2022-05-06T08:43:11.889Z",
"tseExportSize":0,
"tseHardwareVersion":"string",
"tseSoftwareVersion":"string",
"tseFormFactor":"string",
"maxTimeSynchronizationDelay":0,
"maxUpdateDelay":0,
"lastHeaderBlockIndex":0,
"tsePublicKeyLength":0,
"tsePublicKey":"string",
"tsePublicKeyString":"string",
"tseSerial":"string",
"tseDescription":"string"
}
]
GET /api/v1/management/germany/{clientId}/tse/status
Example response:
"[0] = Connected"
Comments
0 comments
Please sign in to leave a comment.