StationOrStationGroup/id/FootageCategories

From Oxygen.next Wiki

Jump to: navigation, search

Returns the footage categories of the requested station object.


URL: https://api.oxygennext.com/Station/{stationId}/FootageCategories

Formats: xml, json

HTTP Method(s): GET

API rate limited (about Rate Limiting): true


Response (about return values):

XML example (truncated):

<ListOfFootageCategory>
  <FootageCategory>
    <Created>10/13/2009 2:54:07 PM</Created>
    <LastChange>10/13/2009 2:54:32 PM</LastChange>
    <PlayoutOrder>Shuffle</PlayoutOrder>
    <PlayoutCount>1</PlayoutCount>
    <EnableDate>1/1/1753 12:00:00 AM</EnableDate>
    <DisableDate>12/31/9999 11:59:59 PM</DisableDate>
    <EnableTime>1/1/1753 12:00:00 AM</EnableTime>
    <DisableTime>12/31/9999 11:59:59 PM</DisableTime>
    <TimeOut>0</TimeOut>
    <Modus>Normal</Modus>
    <ContinuousPlayout>False</ContinuousPlayout>
    <FootageCategoryLink>https://api.oxygennext.com/FootageCategory/{categoryId}</FootageCategoryLink>
    <Name>test</Name>
    <Footages>https://api.oxygennext.com/FootageCategory/{categoryId}/Footages</Footages>
    <Channels>https://api.oxygennext.com/FootageCategory/{categoryId}/Channels</Channels>
    <ActiveDays>https://api.oxygennext.com/FootageCategory/{categoryId}/ActiveDays</ActiveDays>
  </FootageCategory>
</ListOfFootageCategory>

Usage examples:

cURL (about cURL):

curl https://api.oxygennext.com/Station/{stationId}/FootageCategories


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

Personal tools