Station/id

From Oxygen.next Wiki

Jump to: navigation, search

Returns the requested station object.

Contents

[edit] Summary

URL: https://oxygennext.apigee.com/Station/Id.format
Formats: Xml, Json
Requires Authentication (about Authentication): true
HTTP Method(s): GET
API rate limited (about Rate Limiting): true

[edit] Parameters

Id = Id (Guid) from the Station

[edit] Response

XML Example (truncated)

<?xml version="1.0" encoding="utf-8" ?> 
<Station>
  <LocationBranch>Development</LocationBranch>
  <LocationStreet>Carl-Zeiss-Stra?e 25-27</LocationStreet>
  <LocationCity>Garbsen</LocationCity>
  <LocationPostalCode>30827</LocationPostalCode>
  <LocationCountry>Deutschland</LocationCountry>
  <LocationFederalState>Niedersachsen</LocationFederalState>
  <LocationPlace>Bei Stefan</LocationPlace>
  <ContactName>Stefan</ContactName>
  <ContactPhone />
  <ContactFax />
  <ContactMobile />
  <ContactEMail />
  <Comments />
  <SerialNumber />
  <LastLogin readonly="true">1/1/1753 12:00:00 AM</LastLogin>
  <LastUpdate readonly="true">1/1/1753 12:00:00 AM</LastUpdate>
  <LastReboot readonly="true">1/1/1753 12:00:00 AM</LastReboot>
  <Created readonly="true">5/5/2008 5:34:49 PM</Created>
  <OxygenVersion readonly="true" />
  <UpdaterVersion readonly="true" />
  <RemainingDiskspace readonly="true">0</RemainingDiskspace>
  <LocalIp readonly="true" />
  <LocalSubnet readonly="true" />
  <MacAddress readonly="true" />
  <RebootStation>False</RebootStation>
  <ActivateKey readonly="true">45fbed28-4fec-453a-9db0-6648c5815257</ActivateKey> 
  <DHCP readonly="true">False</DHCP> 
  <GateWay readonly="true" /> 
  <DNS1 readonly="true" /> 
  <DNS2 readonly="true" /> 
  <UpdateIntervalInMin>15</UpdateIntervalInMin> 
  <ShutdownStation>False</ShutdownStation> 
  <RestartPlayOut>False</RestartPlayOut> 
  <TotalDiskSpaceInMB readonly="true">0</TotalDiskSpaceInMB> 
  <InternetBandwidthinKbs readonly="true">0</InternetBandwidthinKbs> 
  <InternetTrafficInMB readonly="true">0</InternetTrafficInMB> 
  <CustomerNumber /> 
  <ParentTeam readonly="true">https://oxygennext.apigee.com/Team/b0acea0f-e63d-40d3-a220-409ae6b98462</ParentTeam>
  <TimeZoneKey />
  <StationLink readonly="true">https://oxygennext.apigee.com/Station/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93</StationLink>
  <Name>StefanPlayer</Name>
  <Logs>https://oxygennext.apigee.com/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93/Logs</Logs>
  <Delete>https://oxygennext.apigee.com/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93/Delete</Delete>
  <TimerEvents>https://oxygennext.apigee.com/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93/TimerEvents/11-20-2009/To/11-27-2009</TimerEvents>
  <Playlist>https://oxygennext.apigee.com/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93/Playlist</Playlist>
  <MessageFeeds>https://oxygennext.apigee.com/Station/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93/MessageFeeds</MessageFeeds>
  <FootageCategories>https://oxygennext.apigee.com/Station/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93/FootageCategories</FootageCategories>
  <TemplateCategories>https://oxygennext.apigee.com/Station/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93/TemplateCategories</TemplateCategories>
  <Move>https://oxygennext.apigee.com/Station/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93/MoveTo/{targetGuid}</Move>
  <PlayoutChannels>https://oxygennext.apigee.com/Station/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93/PlayoutChannels</PlayoutChannels>
  <Screenshots>https://oxygennext.apigee.com/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93/Screenshots</Screenshots>
  <Alerts>https://oxygennext.apigee.com/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93/Alerts</Alerts>
</Station>

[edit] Usage examples

cURL (about cURL): curl -u user:password https://oxygennext.apigee.com/Station/15bb6d26-40d7-465f-bc2e-1c65bb5b5f93

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

Personal tools