StationOrStationGroup/id/TimerEvents

From Oxygen.next Wiki

Jump to: navigation, search

Returns the timer events of the requested station object.


URL: https://oxygennext.apigee.com/Station/{stationId}/TimerEvents/10-13-2009/To/10-20-2009

Formats: xml, json

HTTP Method(s): GET

API rate limited (about Rate Limiting): true


Response (about return values):

XML example (truncated):

<ListOfTimerEvent>
  <TimerEvent>
    <LastChange>1/1/0001 12:00:00 AM</LastChange>
    <TimerEventLink>https://oxygennext.apigee.com/TimerEvent/6ab38ad1-e877-464f-8022-2f4f63f42e6b</TimerEventLink>
    <FootageLink>https://oxygennext.apigee.comFootage/4c829c59-2c37-471e-8325-1f8d97406730</FootageLink>
    <StartDate>10/13/2009 9:00:00 PM</StartDate>
    <ExactStart>False</ExactStart>
    <Active>True</Active>
    <AllowOverlay>True</AllowOverlay>
    <AllowStationLogo>True</AllowStationLogo>
    <PlayAudio>True</PlayAudio>
    <Duration>15</Duration>
    <Channel>1</Channel>
    <Notes />
    <IsPeriodicTimerEvent>False</IsPeriodicTimerEvent>
    <ParentPeriodicTimerEventLink>https://api.oxygennext.com/PeriodicTimerEvent/00000000-0000-0000-0000-000000000000</ParentPeriodicTimerEventLink>
    <Name>Bild-029</Name>
  </TimerEvent>
</ListOfTimerEvent>

Usage examples:

cURL (about cURL):

curl https://oxygennext.apigee.com/Station/ccdf9aa4-cdf1-4ddf-a8af-dbca247f0336/TimerEvents/10-13-2009/To/10-20-2009


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

Personal tools