Click or drag to resize

ILiveScoutGetMatchList Method

Request a list of available scout matches for a given time frame. By default only matches you have access to will be sent. You can also request all available matches by setting the include_avail. If this is done the reply will also include matches that are open for booking.

Namespace: Sportradar.SDK.FeedProviders.LiveScout
Assembly: LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
void GetMatchList(
	int hours_back,
	int hours_fwd,
	bool include_avail = false,
	int[] sportIds = null,
	int[] matchIds = null
)

Parameters

hours_back  Int32
Start of time frame
hours_fwd  Int32
End of time frame
include_avail  Boolean  (Optional)
Whether to also include all available matches for booking
sportIds  Int32  (Optional)
Filter by sports
matchIds  Int32  (Optional)
Filter by match ids (Not implemented yet on LDS side !!)
See Also