Returns Information about the current server status
API version
1.0
Parameter
Name | Type | Since version | Required | Value(s) |
---|---|---|---|---|
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
Name | Type | Since | Value |
---|---|---|---|
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 |
uploadMaxFilesizeMB | string | 9.2 | maximum file size in MB (1000 x 1000) accepted by the PicApport server |
supportedVideoTypes | string array | 9.2 |
|