Filter awards

You can filter awards with the filter parameter:

It's best to read about filters before trying these out. It will show you how to combine filters and build an AND, OR, or negation query.

/awards attribute filters

You can filter using these attributes of the Award object:

/awards convenience filters

These filters aren't attributes of the Award object, but they're included to address some common use cases:

default.search

Value: a search string

This works the same as using the search parameter for awards.

display_name.search

Value: a search string

Returns awards with a display_name containing the given string.

description.search

Value: a search string

Returns awards with a description containing the given string.

Last updated