All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
globalEzmaxclientVersionV1 | GET /1/ezmaxclient/{pksEzmaxclientOs}/version | Retrieve the latest version of the Ezmaxclient |
GlobalEzmaxclientVersionV1Response globalEzmaxclientVersionV1(pksEzmaxclientOs)
Retrieve the latest version of the Ezmaxclient
Retrieve the latest version of the Ezmaxclient that is available on the store.
// Import classes:
//import org.openapitools.client.api.GlobalEzmaxclientApi;
GlobalEzmaxclientApi apiInstance = new GlobalEzmaxclientApi();
FieldPksEzmaxclientOs pksEzmaxclientOs = null; // FieldPksEzmaxclientOs |
try {
GlobalEzmaxclientVersionV1Response result = apiInstance.globalEzmaxclientVersionV1(pksEzmaxclientOs);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GlobalEzmaxclientApi#globalEzmaxclientVersionV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pksEzmaxclientOs | FieldPksEzmaxclientOs | [default to null] [enum: iOS, iPadOS, macOS, Windows] |
GlobalEzmaxclientVersionV1Response
No authorization required
- Content-Type: Not defined
- Accept: application/json