Getting the Application Version
  • 10 Oct 2024
  • 1 Minute à lire
  • Sombre
    Lumière
  • PDF

Getting the Application Version

  • Sombre
    Lumière
  • PDF

The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article

Java SDK.NET SDKREST API

Java SDK

To download the full code sample see our Code Share site.

You can retrieve the OneSpan Sign application version by using the SystemService:

String applicationVersion = eslClient.getSystemService().getApplicationVersion();

Results

Here is an example of what you can expect to see once you have run your code.

.NET SDK

To download the full code sample see our Code Share site.

You can retrieve the OneSpan Sign application version by using the SystemService:

string applicationVersion = eslClient.SystemService.GetApplicationVersion();

Results

Here is an example of what you can expect to see once you have run your code.

REST API

To download the full code sample see our Code Share site.

You can retrieve the OneSpan Sign application version by making the following request:

HTTP Request

GET /api/sysinfo

HTTP Headers

Accept: application/json
Content-Type: application/json
Authorization: Basic api_key

Response Payload

{
    "schema": "16.11.3",
    "version": "16.11.4",
    "timestamp": "2017-11-01 15:00+0000"
}


Cet article vous a-t-il été utile ?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Eddy AI, facilitant la découverte de connaissances grâce à l’intelligence conversationnelle