API Documentation

CriteriaParser

A controller for handling criteria parsers.

APIDescription
GET criteria/selection/{search} Gets a selection for the given search phrase. Example: ab 1997 max 30.000 km bis 20100 € mini cooper neuwagen should return { "manufacturers": [ "319" ], "models": [ "2970" ], "bodies": [ "neuwagen" ], "mileagemax": 30000, "registermin": 1997, "pricemax": 20100 }
GET criteria/suggest/{search} Gets a list of suggested completions for the provided search text.