Station/id/PlayoutChannels

From Oxygen.next Wiki

Jump to: navigation, search

Returns the Playout Channels settings of the requested station object.


URL: https://oxygennext.apigee.com//Station/{stationId}/PlayoutChannels

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" ?>
<ListOfPlayoutChannel>
  <PlayoutChannel>
    <Mode>Shuffle</Mode>
  </PlayoutChannel>
  <PlayoutChannel>
    <Mode>Shuffle</Mode>
  </PlayoutChannel>
  <PlayoutChannel>
    <Mode>Shuffle</Mode>
  </PlayoutChannel>
  <PlayoutChannel>
    <Mode>Shuffle</Mode>
  </PlayoutChannel>
</ListOfPlayoutChannel>

Usage examples:

cURL (about cURL):

curl https://oxygennext.apigee.com/Station/ccdf9aa4-cdf1-4ddf-a8af-dbca247f0336/PlayoutChannels


Do you have an example to share in the language of your choice? Please share!

Personal tools