Counts of open moderation items.
Output
Encoding
application/jsonopenAppeals
integer
Required
No description available.
openReports
integer
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": [
"openReports",
"openAppeals"
],
"properties": {
"openAppeals": {
"type": "integer",
"minimum": 0
},
"openReports": {
"type": "integer",
"minimum": 0
}
}
},
"encoding": "application/json"
},
"description": "Counts of open moderation items."
}