Coming soon...
Coming soon...
The filter parameter that is available on standard endpoints using the GET method, without an id parameter, allows the following options:
LIKE operator is used find the filter value in all columns.+. The resulting SQL query uses the OR operator for each passed filter on all columns.+ operator is used, the whole filter passed will be used as one value regardless of spaces.{column}:{value} using a colon will cause the query to use the LIKE operator.{column}|{value} using a line will cause the query to use the = operator for exact value matches.