Running AdminUI for REST API calls, what is the list of all REST API operators for Sort and Filter?
For example, how to make that operators:
According to the documentation, there are some operators available as a filter only (1):
Append filter expressions of the following form to return only
objects that meet specific criteria.
?filter=attribute operator value
Specifies a logical operator that evaluates to true or
false. Valid values: eq (=), ne (!=), startswith, endswith,
contains, lt (<), le (<=), gt (>), ge (>=)
Use Logical Operators (not, and, or)
You can use the logical operators (not, and, or) to elaborate your
query.
About the sort, this is not implemented yet on date of February 14th 2024. In order to get the product enhanced, submit an Enhancement Request (Idea) (2).