No description available.
Parameters
actor
string
Required
No description available.
cursor
string
Optional
No description available.
filter
string
Optional
No description available.
group
boolean
Optional
Return one timeline-style conversation per thread matched by the filter, ordered by latest human activity.
lang
string
Optional
No description available.
limit
integer
Optional
No description available.
Output
Encoding
application/jsonfeed
refcom.suibari.nagi.getTimeline#output
Required
No description available.
profile
unknown
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": [
"profile",
"feed"
],
"properties": {
"feed": {
"ref": "com.suibari.nagi.getTimeline#output",
"type": "ref"
},
"profile": {
"type": "unknown"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"lang": {
"type": "string",
"default": "ja",
"maxLength": 2,
"knownValues": [
"ja",
"en"
]
},
"actor": {
"type": "string"
},
"group": {
"type": "boolean",
"default": false,
"description": "Return one timeline-style conversation per thread matched by the filter, ordered by latest human activity."
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
},
"filter": {
"type": "string",
"default": "posts",
"knownValues": [
"posts",
"replies",
"media",
"reactions"
]
}
}
}
}