Table of Contents
Album list resource
Table of Contents
Entry points | |
---|---|
Public Album list | /fotoweb/albums |
Private Album list | /fotoweb/me/albums |
Syntax
Public Album list
GET /fotoweb/albums Accept:
Private Album list
GET /fotoweb/me/albums Accept:
Note: Access to the private API in the second example above requires authentication, which means the client needs to send additional headers.
API descriptor (Public Album list)
MIME type:
The API descriptor is the data that is returned when making a request to the public entry point.
cURL Example for Public Album list access
API descriptor (Private Album list)
cURL Example for Private Album list access
curl \ --header "Accept: application/vnd.fotoware.full-api-descriptor+json" \ --header "FWAPItoken: API key goes here" \ http://hostname/fotoweb/me