getServerStatus
Returns Information about the current server status
API version
1.0
Parameter
apisid | string | 8.3 | yes | Session-ID returned from createWebApiSession. |
Result
mime type | application/json |
---|---|
content | Information about current server and session status. |
http status codes |
|
Result:JSON
versionMajor | int | 8.3 | e.G. 8 |
versionMinor | int | 8.3 | e.G. 3 |
version | string | 8.3 | e.G. V8.3.0 06.05.2020 |
versionReady | boolean | 8.3 | true or false |
isValid | boolean | 8.3 | true if current session is valid and userid and name is available |
uid | string | 8.3 | userID of current session |
name | string | 8.3 | user-name of current session |
canUpload | boolean | 8.3 | true if current user (session) is allowed to upload photos |