Station/id/Playlist
From Oxygen.next Wiki
Returns the playlist entries of the requested station object.
URL: https://oxygennext.apigee.com//Station/{stationId}/Playlist
Formats: xml, json, popaiPlaylog
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" ?> <ListOfPlaylistEntry> <PlaylistEntry> <StationLink readonly="true">https://oxygennext.apigee.com/Station/ccdf9aa4-cdf1-4ddf-a8af-dbca247f0336</StationLink> <FootageCategoryLink readonly="true">https://oxygennext.apigee.com/FootageCategory/8cfd9d70-cdbd-4173-85e6-7997c2675f18</FootageCategoryLink> <CategoryName readonly="true">fsdg</CategoryName> <FootageLink readonly="true">https://oxygennext.apigee.com/Footage/a7d73a46-3506-4b43-90dc-5d4a4352f441</FootageLink> <FootageName readonly="true">AR_006</FootageName> <FileName readonly="true" /> <FootageDuration readonly="true">15</FootageDuration> <FootageType readonly="true">NotSupported</FootageType> <Channel readonly="true">1</Channel> <Date readonly="true">3/6/2010 7:24:09 AM</Date> </PlaylistEntry> <PlaylistEntry> <StationLink readonly="true">https://oxygennext.apigee.com/Station/ccdf9aa4-cdf1-4ddf-a8af-dbca247f0336</StationLink> <FootageCategoryLink readonly="true">https://oxygennext.apigee.com/FootageCategory/8cfd9d70-cdbd-4173-85e6-7997c2675f18</FootageCategoryLink> <CategoryName readonly="true">fsdg</CategoryName> <FootageLink readonly="true">https://oxygennext.apigee.com/Footage/d9cd3ad9-33c1-443f-9665-73bf51c5380a</FootageLink> <FootageName readonly="true">WMP v9 (VC-1 Simple Main) (WMV3)</FootageName> <FileName readonly="true" /> <FootageDuration readonly="true">18</FootageDuration> <FootageType readonly="true">NotSupported</FootageType> <Channel readonly="true">1</Channel> <Date readonly="true">3/6/2010 7:24:24 AM</Date> </PlaylistEntry> </ListOfPlaylistEntry>
Usage examples:
cURL (about cURL):
curl https://oxygennext.apigee.com/Station/ccdf9aa4-cdf1-4ddf-a8af-dbca247f0336/Playlist
Do you have an example to share in the language of your choice? Please share!
