Social gallery feed from active collectionRules (follow graph + hashtags). Requires authenticated caller for follow graph resolution.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
No description available.
photos
array
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": [
"photos"
],
"properties": {
"cursor": {
"type": "string"
},
"photos": {
"type": "array",
"items": {
"ref": "net.atpix.gallery.defs#photoView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
},
"ruleUri": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Social gallery feed from active collectionRules (follow graph + hashtags). Requires authenticated caller for follow graph resolution."
}