Station/id/Screenshots
From Oxygen.next Wiki
Returns the screenshots of the requested station object.
URL: https://oxygennext.apigee.com/Station/{stationId}/Screenshots
Formats: xml, json
HTTP Method(s): GET
API rate limited (about Rate Limiting): true
Response (about return values):
XML example (truncated):
<?xml version="1.0" encoding="utf-8" ?> <ListOfScreenshot> <Screenshot> <Link readonly="true">https://oxygennext.apigee.com/Content/PlayerLogs/ccdf9aa4-cdf1-4ddf-a8af-dbca247f0336/screen-20.11.2009-15.23.jpg</Link> <Created readonly="true">11/20/2009 3:23:00 PM</Created> </Screenshot> <Screenshot> <Link readonly="true">https://oxygennext.apigee.com/Content/PlayerLogs/ccdf9aa4-cdf1-4ddf-a8af-dbca247f0336/screen-20.11.2009-3.19.jpg</Link> <Created readonly="true">11/20/2009 3:19:00 AM</Created> </Screenshot> <Screenshot> <Link readonly="true">https://oxygennext.apigee.com/Content/PlayerLogs/ccdf9aa4-cdf1-4ddf-a8af-dbca247f0336/screen-20.11.2009-0.43.jpg</Link> <Created readonly="true">11/20/2009 12:43:00 AM</Created> </Screenshot> </ListOfScreenshot>
Usage examples:
cURL (about cURL):
curl https://oxygennext.apigee.com/Station/ccdf9aa4-cdf1-4ddf-a8af-dbca247f0336/Screenshots
Do you have an example to share in the language of your choice? Please share!
