The Social Wire operator query getBackfill.
Parameters
Output
Encoding
application/jsonErrors
InvalidRequest
Forbidden
Unavailable
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": "Forbidden"
},
{
"name": "Unavailable"
}
],
"output": {
"schema": {
"ref": "app.thesocialwire.defs#jsonObject",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"maxLength": 256
}
}
},
"description": "The Social Wire operator query getBackfill."
}