getSharedGallerys
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
| currently no parameters supported |
Result
| mime type | application/json |
|---|---|
| content | List (gallerys) of existing Gallerys (shared photos) |
| http status codes |
|
Result:JSON
| count | int | 7.4 | Number of gallerys in array |
| gallerys | array | 7.4 | Each array element has the following members |
| sid | string | 7.4 | Unique sid of this gallery returned by getSharedGallerys or by the Web-GUI function share photos |
| uid | string | 7.4 | Internal picapport user-ID used for this gallery |
| name | string | 7.4 | Name of this gallery |
| description | string | 7.4 | Description text (Can be edited with the PicApport Web-GUI user management) |
| count | int | 7.4 | Number of images (or files) in gallery |
| indexmarked | int | 7.4 | Index of the first marked photo when the gallery was created. This can be used to create a title image |
| created | date | 7.4 | Timestamp when this gallery has been created. Format: yyyy-mm-dd hh:mm:ss |
| expires | date | 7.4 |
|