Aggregation count
Get aggregation count by interval
Retrieves the count of articles aggregated by day or hour based on various search criteria, such as keyword, language, country, and source.
POST
Authorizations
Body
application/json
Request body for aggregation counts based on specified criteria such as keyword, language, country, source, and more.
The body is of type object
.
Response
200
application/json
A successful response containing aggregation count results that match the search criteria. If no matches, returns a failed aggregation response according to the defined schema.
The response model for a successful Aggregation count
request. Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
orundefined
if the data point is not presented or couldn't be extracted during processing.
The response model for a successful Aggregation count
request. Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
orundefined
if the data point is not presented or couldn't be extracted during processing.
The response model for a failed Aggregation count
request.