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

returns all public available gallery's on this server (created with the Web-GUI share photos function)

API version

1.0

Working example URL: https://en.onlinedemo.picapport.de/picapportapi/1.0/getSharedGallerys

Parameter

NameTypeSince
version
RequiredValue(s)
currently no parameters supported    

Result

mime typeapplication/json
contentList (gallerys) of existing Gallerys (shared photos)
http status codes
  • 200 OK
  • 400 Bad Request
  • 403 Forbidden
  • 404 Not Found
  • 500 Internal Server Error
  • 501 Not implemented

Result:JSON

NameTypeSince
version
Value
countint7.4Number of gallerys in array
gallerysarray7.4

Each array element has the following members

NameType

Since
version

Value
sidstring7.4Unique sid of this gallery returned by getSharedGallerys or by the Web-GUI function share photos
uidstring7.4Internal picapport user-ID used for this gallery
namestring7.4

Name of this gallery

descriptionstring7.4Description text (Can be edited with the PicApport Web-GUI user management)
countint7.4Number of images (or files) in gallery
indexmarkedint7.4Index of the first marked photo when the gallery was created. This can be used to create a title image
createddate7.4Timestamp when this gallery has been created. Format: yyyy-mm-dd hh:mm:ss
expiresdate7.4
  • Timestamp when this gallery will expire. Format: yyyy-mm-dd hh:mm:ss
  • never - If gallery will never expire

 

 

  • No labels