Get reporter stats for a list of users.
Parameters
Output
Encoding
application/jsonstats
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": [
"stats"
],
"properties": {
"stats": {
"type": "array",
"items": {
"ref": "tools.ozone.moderation.defs#reporterStats",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"dids"
],
"properties": {
"dids": {
"type": "array",
"items": {
"type": "string",
"format": "did"
},
"maxLength": 100
}
}
},
"description": "Get reporter stats for a list of users."
}