System Get Version Info

System Get Version Info

Gets system version information.

Privileges required:

Request
URI
POST
https://{api_host}/portal/rest/system/getVersionInfo
COPY
Request Body
Responses
200

Request was successfully processed

Returns system_get_version_info_result_item of type(s) application/json
{
    "version": "string",
    "build": "string",
    "buildType": "string",
    "apiVersion": "string"
}
string
version
Optional

version

string
build
Optional

build

string
buildType
Optional

buildType

string
apiVersion
Optional

apiVersion


400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/system/getVersionInfo