Get an aggregate AppView feed.
Parameters
Output
Encoding
application/jsonErrors
InvalidRequest
UpstreamUnavailable
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "InvalidRequest"
},
{
"name": "UpstreamUnavailable"
}
],
"output": {
"schema": {
"ref": "app.thesocialwire.defs#jsonObject",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"kind"
],
"properties": {
"id": {
"type": "string",
"maxLength": 2048
},
"kind": {
"type": "string",
"maxLength": 32,
"knownValues": [
"subscribed",
"following",
"publication",
"folder"
]
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"maxLength": 2048
},
"filter": {
"type": "string",
"default": "all",
"maxLength": 16,
"knownValues": [
"all",
"unread"
]
}
}
},
"description": "Get an aggregate AppView feed."
}