scholarly

Scholarly aggregations search

post/scholarly/aggregate

Request body

queryobject
aggregationsobject
sizeinteger

Number of items per page

Example request

{
  "query": {
    "match": {
      "title": "Malaria"
    }
  },
  "aggregations": {
    "publication_types": {
      "cardinality": {
        "field": "publication_type"
      }
    }
  }
}

Response

Valid response from the server

Changes

No recorded changes to this endpoint across all 1 revision of this API.