GET api/liveinplay/events/auth/{ip}/stream

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ip

string

Required

Body Parameters

None.

Response Information

Resource Description

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

BO.MetaData.LiveInPlay.IMGAuthenticationDetail

None.

ResponseMessage

string

None.

ResponseType

BO.Enums.ResponseType

None.

Response Formats

application/json, text/json

Sample:
{
  "responseObject": {
    "token": "sample string 1",
    "timestamp": 2.1,
    "operatorId": 3
  },
  "responseMessage": "sample string 1",
  "responseType": 1
}

application/xml, text/xml

Sample:
<BaseResponseOfIMGAuthenticationDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ResponseObject>
    <Token>sample string 1</Token>
    <Timestamp>2.1</Timestamp>
    <OperatorId>3</OperatorId>
  </ResponseObject>
  <ResponseMessage>sample string 1</ResponseMessage>
  <ResponseType>Success</ResponseType>
</BaseResponseOfIMGAuthenticationDetail>