Method: user/getUserGalleries
This methods return private galleries for logged user.
Authentication
This method requires authentication with a valid session token.
HTTP method
This method is called with HTTP method GET.
Arguments
| Argument | Type | Valid Values | Default Value | Detail |
|---|
Returned Values
| Element (path) | Name | Type | Description | ||
|---|---|---|---|---|---|
| /[n]/ | id |
int | gallery unique ID to get medias from gallery ID, use getSearchResults |
||
| /[n]/ | name |
string | gallery name | ||
| /[n]/ | nb_media |
int | gallery media number |
Example Query
GET http://API_KEY:SESSION_TOKEN@api.fotolia.com/Rest/1/user/getUserGalleries
Example Response
[
{
"nb_media":"80",
"id":"ae50eb71",
"name":"London"
},
{
"nb_media":"64",
"id":"adf1a4cb",
"name":"UK Symbols"
},
{
"nb_media":"55",
"id":"e635da10",
"name":"English Food"
}
]
Error Codes
001: Service currently unavailable- The requested service is temporarily unavailable.
002: Failed to parse request- The request could not be parsed.
010: Missing API Key- The API key passed is missing.
011: Invalid API Key- The API key passed is not valid or has expired.
020: Missing Session Token- The session token passed is missing. A valid session token is needed to access this method
021: Invalid Session Token- The session token passed is not valid. Please login to get a valid session token.
031: Invalid Method- This method does not exist in the method list.
032: Method not Available- This method is not available for this API Key.


