/
LS
lsports
/
Customers
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Archive
1
Distribution
1
Fixture Management
1
Fixtures
1
post
Retrieves a list of fixtures based on provided sport, location, and league IDs.
InPlay
2
PreMatch
3
Fixtures
Retrieves a list of fixtures based on provided sport, location, and league IDs.
post
/Fixtures/Get
Request body
GetSubscribedFixturesRequestDto
required
packageId
integer
required
userName
string
required
password
string
required
sportIds
integer[]
nullable
locationIds
integer[]
nullable
leagueIds
integer[]
nullable
Response
Success
GetSubscribedFixturesResponseDtoStandardResponse
required
header
ResponseHeader
body
GetSubscribedFixturesResponseDto
Changes