Resource for access to general info about the system, which are available without a valid session.
Get info about the maintenance mode
media type | data type | description |
---|---|---|
application/json | MaintenanceResponse (JSON) | info about maintenance mode |
GET /info/maintenance
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{
"maintenance" : true,
"banner" : true,
"message" : "...",
"messages" : [ { }, { } ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
}
}