Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-reference/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ HTTP method `GET`
| `?_order={FIELD}` | `ORDER BY` in sql query. For `DESC` order, use the prefix `-`. For _multiple_ orders, the fields are separated by comma `fieldname01,-fieldname02,fieldname03` |
| `?_groupby={FIELD}` | `GROUP BY` in sql query, The grouper is more complicated, a topic has been created to describe how to use |
| `?{FIELD NAME}={VALUE}` | Filter by field, you can set as many query parameters as needed |
| `?_or={CONDITION}||{CONDITION}` | OR clause filtering — combine alternatives with `||`. See [OR clause filtering](#or-clause-filtering) below. |
| `?_or={CONDITION}\|\|{CONDITION}` | OR clause filtering — combine alternatives with `\|\|`. See [OR clause filtering](#or-clause-filtering) below. |

#### Functions support

Expand Down