# Aggregates results from the provided request. Endpoint: POST /api/v1/aggregate Version: v1 ## Request fields (application/json-patch+json): - `matches` (array, required) - `matches.field` (string,null) - `matches.value` (string,null) - `matches.index` (integer) - `matches.length` (integer) - `matches.source` (integer) Enum: 0, 1, 2, 3, 4 ## Response 200 fields (text/plain): - `matches` (array,null) - `matches.field` (string,null) - `matches.value` (string,null) - `matches.index` (integer) - `matches.length` (integer) - `matches.source` (integer) Enum: 0, 1, 2, 3, 4 - `unmatched` (array,null) ## Response 400 fields (text/plain): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)