Page tree
Skip to end of metadata
Go to start of metadata

Returns Information about the current server status

API version

1.0

Parameter

NameTypeSince
version
RequiredValue(s)
apisidstring8.3yesSession-ID returned from createWebApiSession.

Result

mime typeapplication/json
contentInformation about current server and session status.
http status codes
  • 200 OK
  • 400 Bad Request
  • 403 Forbidden
  • 404 Not Found
  • 500 Internal Server Error
  • 501 Not implemented

Result:JSON

NameType

Since
version

Value
versionMajorint8.3e.G. 8
versionMinorint8.3e.G. 3
versionstring8.3e.G.  V8.3.0 06.05.2020
versionReadyboolean8.3true or false
isValidboolean8.3true if current session is valid and userid and name is available
uidstring8.3userID of current session
namestring8.3user-name of current session
canUploadboolean8.3true if current user (session) is allowed to upload photos
uploadMaxFilesizeMBstring9.2maximum file size in MB (1000 x 1000) accepted by the PicApport server
supportedVideoTypesstring array9.2
  • String array with file extension of accepted video types
    e.g. [ ".mov", ".mp4" ]
  • Empty string array if PicApportVideoThumbnailPlugin is not installed
    e.g. []
  • No labels