patents
Patent aggregations search
post/patent/aggregate
Request body
Example request
{
"query": {
"match": {
"title": "Malaria"
}
},
"aggregations": {
"publication_types": {
"cardinality": {
"field": "publication_type"
}
}
}
}Response
Valid response from the server