Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

Operation

listCompetitions

List< CompetitionResult > listCompetitions#listCompetitions ( MarketFilter filter ,Stringlocale ) throws APINGException

Returns a list of Competitions (i.e., World Cup 2013) associated with the markets selected by the MarketFilter. Currently only Football markets have an associated competition.

Parameter name

Type

Required

Description

filter

MarketFilter

(tick)

The filter to select desired markets. All markets that match the criteria in the filter are selected.

locale

String

The language used for the response. If not specified, the default is returned.

Return type

Description

List< CompetitionResult >

output data

Throws

Description

APINGException

Generic exception that is thrown if this operation fails for any reason.

Since 1.0.0

  • No labels