Get a single album; permissioned albums require space credentials.
Parameters
Output
Encoding
application/jsonalbum
refnet.atpix.gallery.defs#albumView
Required
No description available.
items
array
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"album"
],
"properties": {
"album": {
"ref": "net.atpix.gallery.defs#albumView",
"type": "ref"
},
"items": {
"type": "array",
"items": {
"ref": "net.atpix.gallery.defs#photoView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"hydrateItems": {
"type": "boolean",
"default": false
}
}
},
"description": "Get a single album; permissioned albums require space credentials."
}