Skip to main content

ADEM Result Filter Parameter

Autonomous DEM APIs provide a result-filter query parameter that allows you to limit results by filtering the output of the query. It maps to a HAVING statement ( as compared with the input, which maps to a SELECT ). The output is filtered by requiring specified scores to be in a range defined by the score classification:

CategoryRange
Poorless than 30
Fair30-70
Goodgreater than 70

Use the format

Score.<field1>==<category>,..; 

For example, to limit score results by category, use

Score.endpointScore==fair, good 

or

Score.application==good; Score.lan==fair,good

This parameter is supported by /agent/score and application/score endpoints.