Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Authentifizierung siehe AuthentifizierungDas Control Center stellt der App folgende Schnittstelle zur Verfügung:

Authentifizierung

Siehe Authentifizierung.

Check

POST auf api/Core/ControlCenter/Mobile/LicenceApi/Check

...

Code Block
{
    "licenseStatus": "Inuse",
    "tenantId": "d5c56c87-2ab2-4053-a0dd-7164049fd64f",
    "installations": [
        {
            "url": "http://1.1.1.1:8088/api/Mobile",
            "name": "Prod",
            "syncInterval": 10
        },
        {
            "url": "http://1.1.1.1:8085/api/Mobile",
            "name": "Test",
            "syncInterval": 10
        }
    ]
}

mit licenseStatus

Code Block
New = 10,
Inuse = 20,
Revoked = 30,
Invalid = 50

...

Code Block
{
    "licenseStatus": "new"
}

mit licenseStatus

Code Block
New = 10,
Invalid = 50

...