GET v3/views/mobile/leagues/sportevent/{id}/join?leagueId={leagueId}&teamId={teamId}&startTimeId={startTimeId}

join sport event with team

Request Information

Parameters

NameDescriptionAdditional information
leagueId
leagueId

Define this parameter in the request URI.

id
sport event id

Define this parameter in the request URI.

teamId
teamId

Define this parameter in the request URI.

startTimeId
startTimeId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "isDone": true,
  "code": 0,
  "message": "sample string 2",
  "data": {},
  "cachedKey": "sample string 4",
  "correlationId": "fa0d2657-63cc-47b8-8fbf-c7c6d351ed2e",
  "jwtTokenForSPA": "sample string 6",
  "jwtTokenIndexForSPA": 1
}

application/xml, text/xml

Sample:
<ResultOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
  <CachedKey>sample string 4</CachedKey>
  <Code>None</Code>
  <CorrelationId>fa0d2657-63cc-47b8-8fbf-c7c6d351ed2e</CorrelationId>
  <Data />
  <IsDone>true</IsDone>
  <JwtTokenForSPA>sample string 6</JwtTokenForSPA>
  <JwtTokenIndexForSPA>1</JwtTokenIndexForSPA>
  <Message>sample string 2</Message>
</ResultOutVO>