Query APIs, that take a predicate should be robust enough so that an empty predicate does not cause a 400 error.
Omitting the predicate should be interpreted as "no filter", i.e. return all values, within the limits of limit and offset.
the following circumstances count as "omitted"
"predicate": ""
- `"predicate": null"
- omitted from JSON
Query APIs, that take a
predicateshould be robust enough so that an empty predicate does not cause a 400 error.Omitting the
predicateshould be interpreted as "no filter", i.e. return all values, within the limits oflimitandoffset.the following circumstances count as "omitted"
"predicate": ""