getSystemReleasenotes
Gets release notes
Requires authentication as user
getSystemReleasenotes
Request
get /System/ReleaseNotes
Responses
Status Code | Type | Description | Samples |
---|---|---|---|
200 | PackageVersionInfo | Operation successful. Returning a PackageVersionInfo object. |
|
400 | Bad Request. Server cannot process request. |
||
401 | Unauthorized. Client needs to authenticate. |
||
403 | Forbidden. No permission for the reqested operation. |
||
404 | Resource not found or unavailable. |
||
500 | Server error. |
Definitions
PackageVersionInfo
Name | Type | Notes |
---|---|---|
name | string | The name. |
guid | string | The guid. |
versionStr | string | The version STR. |
classification | PackageVersionClass | Enum PackageVersionClass |
description | string | The description. |
requiredVersionStr | string | The required version STR. |
sourceUrl | string | The source URL. |
checksum | string | The source URL. |
targetFilename | string | The target filename. |
infoUrl | string | |
runtimes | string | |
timestamp | string (date-time) |
PackageVersionClass
Enum Values
- Release
- Beta
- Dev