GET api/liveinplay/events/{eventId}/fixture/stream

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

string

Required

Body Parameters

None.

Response Information

Resource Description

BO.BETResponseObjects.BaseResponseOfBO.MetaData.LiveInPlay.MappedStreamInfo
NameDescriptionTypeAdditional information
ResponseObject

BO.MetaData.LiveInPlay.MappedStreamInfo

None.

ResponseMessage

string

None.

ResponseType

BO.Enums.ResponseType

None.

Response Formats

application/json, text/json

Sample:
{
  "responseObject": {
    "fixtureID": "sample string 1",
    "eventID": 2,
    "eventName": "sample string 3",
    "mappedDate": "2025-12-15T11:55:38.5920537+02:00",
    "mappedBy": "sample string 5"
  },
  "responseMessage": "sample string 1",
  "responseType": 1
}

application/xml, text/xml

Sample:
<BaseResponseOfMappedStreamInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ResponseObject>
    <FixtureID>sample string 1</FixtureID>
    <EventID>2</EventID>
    <EventName>sample string 3</EventName>
    <MappedDate>2025-12-15T11:55:38.5920537+02:00</MappedDate>
    <MappedBy>sample string 5</MappedBy>
  </ResponseObject>
  <ResponseMessage>sample string 1</ResponseMessage>
  <ResponseType>Success</ResponseType>
</BaseResponseOfMappedStreamInfo>