No description available.
Parameters
Output
Encoding
application/jsonplays
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": [
"plays"
],
"properties": {
"plays": {
"type": "array",
"items": {
"ref": "fm.teal.feed.defs#playView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"authorDID"
],
"properties": {
"limit": {
"type": "integer",
"description": "The upper limit of tracks to get per request. Default is 20, max is 50."
},
"cursor": {
"type": "string",
"description": "The cursor to start the query from"
},
"authorDID": {
"type": "string",
"format": "did",
"description": "The author's DID for the play"
}
}
}
}