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
Name | Type | Since version | Required | Value(s) |
---|
currently no parameters supported | | | | |
Result
mime type | application/json |
---|
content | List (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
Name | Type | Since version | Value |
---|
count | int | 7.4 | Number of gallerys in array |
gallerys | array | 7.4 | Each array element has the following members Name | Type | Since version | Value |
---|
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 | - Timestamp when this gallery will expire. Format: yyyy-mm-dd hh:mm:ss
- never - If gallery will never expire
|
|