The Open API specification for Synapse is now available for download!

Download Open API Spec

KeyValues

org.sagebionetworks.repo.model.search.KeyValues

A multi-value filter (IN clause). Matches rows where the key column contains any of the listed values.

Field Type Description
key STRING The column name to filter on.
values ARRAY<STRING> The values to match.
not BOOLEAN If true, excludes matching values instead. Default: false.