🔤Syntax
This syntax can be used across all endpoints: the documentation for each endpoint describes the exceptions regarding exclusions of some fields/relations
&select=
Select specific fields on the base entity
&select=name
&include=
Include relations
&include=lineups
&filters=
Filter your request
&filters=eventTypes:15
;
Mark end of (nested) relation. You can start including other relations from here
&include=lineups;events;participants
:
Mark field selection
&include=lineups:player_name;events:player_name,related_player_name,minute
,
Used as separation to select or filter on more IDs
&include=events:player_name,related_player_name,minute&filters=eventTypes:15
Last updated