Syntax
This syntax can be used across all endpoints: the documentation for each endpoint describes the exceptions regarding exclusions of some fields/relations
| Syntax | Usage | Example |
|---|---|---|
&select= | Select specific fields on the base entity | &select=name |
&expand= | Include relations | &expand=lineups |
&filter= | Filter the results | &filter=active |
&sort= | Sort the results | &sort=name |
&per-page= | Limit the number of results | &per-page=10 |
&page= | Paginate the results | &page=2 |
, | Mark end of (nested) relation. You can start including other relations from here | &expand=lineups,events,participants |