POST Event/GetTournamentByEventMarkets
Gets the event bet type market details for whole Tournament.
Request Information
URI Parameters
None.
Body Parameters
ApiTournamentByEventRequestFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| tournamentID |
Gets or sets the event identifier. |
integer |
None. |
| sportID |
Gets or sets the sportID identifier. |
integer |
None. |
| userID |
Gets or sets the user identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"tournamentID": 1,
"sportID": 2,
"userID": 3
}
application/xml, text/xml
Sample:
<ApiTournamentByEventRequestFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models"> <userID>3</userID> <sportID>2</sportID> <tournamentID>1</tournamentID> </ApiTournamentByEventRequestFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiTournamentByEventMarketsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseObject |
Gets or sets the response object. |
Collection of ApiTournamentByEventMarkets |
None. |
| ResponseType |
Gets or sets the type of the response. |
integer |
None. |
| ResponseMessage |
Gets or sets the response message. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseObject": [
{
"a": 1,
"b": 2,
"c": "sample string 3",
"d": "sample string 4",
"e": 5,
"f": 6.0,
"g": 1.0,
"h": true,
"i": true,
"j": 1,
"k": true,
"l": 9,
"m": 10,
"n": 1.0,
"o": 1.0,
"p": "sample string 11",
"q": "sample string 12",
"r": "sample string 13",
"s": 1.0,
"t": 14,
"u": 15,
"v": "sample string 16",
"w": "sample string 17",
"x": "sample string 18",
"y": "sample string 19",
"z": "2025-12-06T06:56:46.0997398+02:00",
"aa": 1,
"ab": 1,
"ac": 1
},
{
"a": 1,
"b": 2,
"c": "sample string 3",
"d": "sample string 4",
"e": 5,
"f": 6.0,
"g": 1.0,
"h": true,
"i": true,
"j": 1,
"k": true,
"l": 9,
"m": 10,
"n": 1.0,
"o": 1.0,
"p": "sample string 11",
"q": "sample string 12",
"r": "sample string 13",
"s": 1.0,
"t": 14,
"u": 15,
"v": "sample string 16",
"w": "sample string 17",
"x": "sample string 18",
"y": "sample string 19",
"z": "2025-12-06T06:56:46.0997398+02:00",
"aa": 1,
"ab": 1,
"ac": 1
}
],
"ResponseType": 1,
"ResponseMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<ApiTournamentByEventMarketsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
<ResponseMessage>sample string 2</ResponseMessage>
<ResponseType>1</ResponseType>
<ResponseObject>
<ApiTournamentByEventMarkets>
<a>1</a>
<aa>1</aa>
<ab>1</ab>
<ac>1</ac>
<b>2</b>
<c>sample string 3</c>
<d>sample string 4</d>
<e>5</e>
<f>6</f>
<g>1</g>
<h>true</h>
<i>true</i>
<j>1</j>
<k>true</k>
<l>9</l>
<m>10</m>
<n>1</n>
<o>1</o>
<p>sample string 11</p>
<q>sample string 12</q>
<r>sample string 13</r>
<s>1</s>
<t>14</t>
<u>15</u>
<v>sample string 16</v>
<w>sample string 17</w>
<x>sample string 18</x>
<y>sample string 19</y>
<z>2025-12-06T06:56:46.0997398+02:00</z>
</ApiTournamentByEventMarkets>
<ApiTournamentByEventMarkets>
<a>1</a>
<aa>1</aa>
<ab>1</ab>
<ac>1</ac>
<b>2</b>
<c>sample string 3</c>
<d>sample string 4</d>
<e>5</e>
<f>6</f>
<g>1</g>
<h>true</h>
<i>true</i>
<j>1</j>
<k>true</k>
<l>9</l>
<m>10</m>
<n>1</n>
<o>1</o>
<p>sample string 11</p>
<q>sample string 12</q>
<r>sample string 13</r>
<s>1</s>
<t>14</t>
<u>15</u>
<v>sample string 16</v>
<w>sample string 17</w>
<x>sample string 18</x>
<y>sample string 19</y>
<z>2025-12-06T06:56:46.0997398+02:00</z>
</ApiTournamentByEventMarkets>
</ResponseObject>
</ApiTournamentByEventMarketsResponse>