POST Event/GetEventsAndTournamentsDetailed

Gets all the BetTypes and tournaments for a particular sport

Request Information

URI Parameters

None.

Body Parameters

ApiActiveEventsAndTournamentsDetailedRequestFilter
NameDescriptionTypeAdditional information
sportID

Gets or sets the sport identifier.

integer

None.

betTypeID

Gets or sets BetTypeID

integer

None.

userID

Gets or sets the user identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "sportID": 1,
  "betTypeID": 2,
  "userID": 3
}

application/xml, text/xml

Sample:
<ApiActiveEventsAndTournamentsDetailedRequestFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
  <userID>3</userID>
  <betTypeID>2</betTypeID>
  <sportID>1</sportID>
</ApiActiveEventsAndTournamentsDetailedRequestFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiActiveEventsAndTournamentsDetailedResponse
NameDescriptionTypeAdditional information
ResponseObject

Gets or sets the response object.

Collection of ApiActiveEventsAndTournamentsDetailed

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": "2025-12-06T06:56:44.8474454+02:00",
      "f": 6,
      "g": "sample string 7",
      "h": "sample string 8",
      "i": 9,
      "j": 1.0,
      "k": "sample string 10",
      "l": 11.0,
      "m": true,
      "n": 1,
      "o": true,
      "p": true,
      "q": 14,
      "r": 1.0,
      "s": 15,
      "t": 16,
      "u": 17,
      "v": 1,
      "w": 1.0,
      "x": 1.0,
      "y": "sample string 18",
      "z": "sample string 19",
      "aa": 20,
      "ab": 21,
      "ac": 1.0,
      "ad": "sample string 22",
      "ae": "sample string 23",
      "af": 1.0,
      "ag": "sample string 24",
      "ah": "sample string 25",
      "ai": 1,
      "aj": 1,
      "ak": 26
    },
    {
      "a": 1,
      "b": 2,
      "c": "sample string 3",
      "d": "sample string 4",
      "e": "2025-12-06T06:56:44.8474454+02:00",
      "f": 6,
      "g": "sample string 7",
      "h": "sample string 8",
      "i": 9,
      "j": 1.0,
      "k": "sample string 10",
      "l": 11.0,
      "m": true,
      "n": 1,
      "o": true,
      "p": true,
      "q": 14,
      "r": 1.0,
      "s": 15,
      "t": 16,
      "u": 17,
      "v": 1,
      "w": 1.0,
      "x": 1.0,
      "y": "sample string 18",
      "z": "sample string 19",
      "aa": 20,
      "ab": 21,
      "ac": 1.0,
      "ad": "sample string 22",
      "ae": "sample string 23",
      "af": 1.0,
      "ag": "sample string 24",
      "ah": "sample string 25",
      "ai": 1,
      "aj": 1,
      "ak": 26
    }
  ],
  "ResponseType": 1,
  "ResponseMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<ApiActiveEventsAndTournamentsDetailedResponse 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>
    <ApiActiveEventsAndTournamentsDetailed>
      <a>1</a>
      <aa>20</aa>
      <ab>21</ab>
      <ac>1</ac>
      <ad>sample string 22</ad>
      <ae>sample string 23</ae>
      <af>1</af>
      <ag>sample string 24</ag>
      <ah>sample string 25</ah>
      <ai>1</ai>
      <aj>1</aj>
      <ak>26</ak>
      <b>2</b>
      <c>sample string 3</c>
      <d>sample string 4</d>
      <e>2025-12-06T06:56:44.8474454+02:00</e>
      <f>6</f>
      <g>sample string 7</g>
      <h>sample string 8</h>
      <i>9</i>
      <j>1</j>
      <k>sample string 10</k>
      <l>11</l>
      <m>true</m>
      <n>1</n>
      <o>true</o>
      <p>true</p>
      <q>14</q>
      <r>1</r>
      <s>15</s>
      <t>16</t>
      <u>17</u>
      <v>1</v>
      <w>1</w>
      <x>1</x>
      <y>sample string 18</y>
      <z>sample string 19</z>
    </ApiActiveEventsAndTournamentsDetailed>
    <ApiActiveEventsAndTournamentsDetailed>
      <a>1</a>
      <aa>20</aa>
      <ab>21</ab>
      <ac>1</ac>
      <ad>sample string 22</ad>
      <ae>sample string 23</ae>
      <af>1</af>
      <ag>sample string 24</ag>
      <ah>sample string 25</ah>
      <ai>1</ai>
      <aj>1</aj>
      <ak>26</ak>
      <b>2</b>
      <c>sample string 3</c>
      <d>sample string 4</d>
      <e>2025-12-06T06:56:44.8474454+02:00</e>
      <f>6</f>
      <g>sample string 7</g>
      <h>sample string 8</h>
      <i>9</i>
      <j>1</j>
      <k>sample string 10</k>
      <l>11</l>
      <m>true</m>
      <n>1</n>
      <o>true</o>
      <p>true</p>
      <q>14</q>
      <r>1</r>
      <s>15</s>
      <t>16</t>
      <u>17</u>
      <v>1</v>
      <w>1</w>
      <x>1</x>
      <y>sample string 18</y>
      <z>sample string 19</z>
    </ApiActiveEventsAndTournamentsDetailed>
  </ResponseObject>
</ApiActiveEventsAndTournamentsDetailedResponse>