Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URLhttps://api.softnetsport.com/v2/booked-events/create
XSD 
MethodPOST

Description

Returns a single event with details including participants, partial results, stats, lineups and important incidents for the event
PackageThis resource is included in the SCOUTSFEED , LIVESCORE and SCOREFRAME packages
Cache15 seconds
Authorization requiredYes

...

Parameters

NameData typeDescription
event_idxsd:intREQUIRED. The requested event identifier
product
xsd:string

REQUIRED. The requested product name identifier

  • scoutsfeed - Scoutsfeed product
  • livescorepro - Livescorepro product
  • scoreframe - Scoreframe product
tokenxsd:stringREQUIRED. More information concerning oAuth token: oAuth 2.0 authorization

...

.data
 
messageResponse info message.
statusResponse code.

Response Code

Code
 
200Successful request.
statusResponse code.

Sample curl call

Request
 Parameters
curl -XPOST 'https://api.softnetsport.com/v2/booked-events/create?token=YOUR_TOKEN&event_id=EVENT_ID&product=PRODUCT_NAME'

YOUR_TOKEN

EVENT_ID

PRODUCT_NAME