Jasmin Developers - Web API Reference

Platform | Upgrade Version

Overview


URL api/{tenantKey}/{orgKey}/operations/upgradeVersions
Methods Supported GET, POST

All Operations

This service includes the following operations:

All Resources

This service uses the following resources:

GET Operations

GET Check Upgrade Status

Custom operation 'CheckUpgradeStatus'.

Response:

When successful, the response body contains a list of resources of type 'UpgradeModel'. See UpgradeModel.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /operations/upgradeVersions/checkUpgradeStatus

GET Get Upgrade Database Version

Custom operation 'GetUpgradeDatabaseVersion'.

Response:

When successful, the response body contains a string.

Resource URL:

GET /operations/upgradeVersions/getUpgradeDatabaseVersion

POST Operations

POST Upgrade Application

Custom operation 'UpgradeApplication'.

Response:

When successful, the response body contains an item of type 'boolean'.

Resource URL:

POST /operations/upgradeVersions/upgradeApplication

Resources


UpgradeModel

The following elements are required:

status (enum UpgradeStatus) Status.
See UpgradeStatus.

The following elements are optional:

message (string) Message.
modifiedOn (DateTimeOffset) Modified On.