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
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/system/getVersionInfo
System Operations
POST
System Get Version Info