Get a single photo by AT URI.
Parameters
Output
Encoding
application/jsonphoto
refnet.atpix.gallery.defs#photoView
Required
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": [
"photo"
],
"properties": {
"photo": {
"ref": "net.atpix.gallery.defs#photoView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Get a single photo by AT URI."
}