...
URL | https://api.softnetsport.com/v2/stages/{stage_id} |
---|---|
XSD | |
Method | GET |
Description | Returns the selected stage |
Package | This resource is included in the STATISTICS package |
Authorization required | Yes |
Method parameters
Name | Type | Description |
---|---|---|
stage_id | xsd:int | REQUIRED. The requested stage identifier |
...
Method calling examples
Link | Description |
---|---|
https://api.softnetsport.com/v2/stages/35.xml?username=softnetsporttoken={{YOUR_TOKEN}} | Returns the selected stage in XML format |
https://api.softnetsport.com/v2/stages/35.xml?username=softnetsporttoken={{YOUR_TOKEN}} | Returns the selected stage in JSON format |
...