Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Resource information

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

Output elements

.data
 
messageResponse info message.
statusResponse code.

Response Code

Code
 
200Successful request.
4xxBad request.

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

  • No labels