Suggested accounts for the viewer to follow.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
No description available.
suggestions
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": [
"suggestions"
],
"properties": {
"cursor": {
"type": "string"
},
"suggestions": {
"type": "array",
"items": {
"ref": "app.didpic.actor.defs#profileBasic",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "Suggested accounts for the viewer to follow."
}