...
Link | Description |
---|---|
https://api.softnetsport.com/v2/replacersdefault-outcomes.xml?token={{YOUR_TOKEN}} | Returns a list of all replacers default-outcomes for markets in XML format |
https://api.softnetsport.com/v2/replacersdefault-outcomes?token={{YOUR_TOKEN}} | Returns a list of all replacers default-outcomes for markets in JSON format |
Output elements
.default-outcomes | |
---|---|
..default-outcome | |
id | Unique identifier of the replacer |
name | Name of the default outcome |
static name | Static name of the default outcome |
is_single_outcome | Possible values:
|
required_participant | Possible values:
|
ut | Information about the date and time of when the stage record was last updated. Format UNIX_TIMESTAMP |
...
Code Block | ||
---|---|---|
| ||
<default_outcomes> <default_outcome id="1" name="#participant1#" static_name="Home" is_single_outcome="yes" required_participant="yes" ut="45678901"/> <default_outcome id="2" name="#participant2#" static_name="Away" is_single_outcome="yes" required_participant="yes" ut="45678901"/> < <default_outcome id="3" name="Draw" static_name="Draw" is_single_outcome="yes" required_participant="yes" ut="45678901"/> <default_outcome id="14" name="#objectParticipants#" static_name="Participant" is_single_outcome="no" required_participant="yes" ut="45678901"/> </default_outcomes> |