News
GET
/versionInformation
VersionInformation
Purpose and usage
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/versionInformation?Limit&Offset' \
--header 'Accept-Language;' \
--header 'X-Correlation-ID;' \
--header 'X-LogLevel;'
Response Response Example
200 - Example 1
[
{
"language": "string",
"title": "string",
"description": "string",
"url": "string",
"informationType": "string",
"priority": 0,
"version": "string",
"validFrom": "2019-08-24T14:15:22Z",
"validTo": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z"
}
]
Request
Query Params
Limit
integer <int32>
required
>= 1<= 1000
Offset
integer <int32>
required
>= 0
Header Params
Accept-Language
string
optional
X-Correlation-ID
string
optional
X-LogLevel
enum<string>
optional
Allowed values:
TraceDebugInformationWarningErrorCritical
Responses
Modified at 2025-02-07 13:15:45