Content growth snapshot.
Output
application/jsonattention
ref#attention
Required
No description available.
recent
ref#recent
Required
No description available.
totals
ref#totals
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": [
"totals",
"recent",
"attention"
],
"properties": {
"recent": {
"ref": "#recent",
"type": "ref"
},
"totals": {
"ref": "#totals",
"type": "ref"
},
"attention": {
"ref": "#attention",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Content growth snapshot."
}