StationOrStationGroup/id/MoveTo/targetId

From Oxygen.next Wiki

Jump to: navigation, search

Moves a Station to another Team


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

Formats: xml, json

HTTP Method(s): POST

API rate limited (about Rate Limiting): true


Response (about HTTP Response Codes and Errors):

XML example (truncated):

<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 Eddi</LocationPlace>
  <ContactName />
  <ContactPhone />
  <ContactFax />
  <ContactMobile />
  <ContactEMail />
  <Comments />
  <LastLogin>1/1/1753 12:00:00 AM</LastLogin>
  <LastUpdate>1/1/1753 12:00:00 AM</LastUpdate>
  <LastReboot>1/1/1753 12:00:00 AM</LastReboot>
  <Created>5/5/2008 5:34:07 PM</Created>
  <OxygenVersion />
  <UpdaterVersion />
  <RemainingDiskspace>0</RemainingDiskspace>
  <LocalIp />
  <LocalSubnet />
  <MacAddress />
  <ParentTeam>https://api.oxygennext.com/Team/5e1b3cf8-24f3-4780-beed-3ef5cadf8ef2</ParentTeam>
  <TimeZoneKey />
  <StationLink>https://api.oxygennext.com/Station/b47005ce-68f6-4b6e-84c0-666bfbc90b9e</StationLink>
  <Name>EddiPlayer</Name>
  <PlayoutChannels>https://api.oxygennext.com/Station/b47005ce-68f6-4b6e-84c0-666bfbc90b9e/PlayoutChannels</PlayoutChannels>
  <FootageCategories>https://api.oxygennext.com/Station/b47005ce-68f6-4b6e-84c0-666bfbc90b9e/FootageCategories</FootageCategories>
  <TemplateCategories>https://api.oxygennext.com/Station/b47005ce-68f6-4b6e-84c0-666bfbc90b9e/TemplateCategories</TemplateCategories>
  <Move>https://api.oxygennext.com/Station/b47005ce-68f6-4b6e-84c0-666bfbc90b9e/MoveTo/{targetGuid}</Move>
  <Playlist>https://api.oxygennext.com/Station/b47005ce-68f6-4b6e-84c0-666bfbc90b9e/Playlist</Playlist>
  <TimerEvents>https://api.oxygennext.com/Station/b47005ce-68f6-4b6e-84c0-666bfbc90b9e/TimerEvents/11-10-2009/To/11-17-2009</TimerEvents>
  <Screenshots>https://api.oxygennext.com/Station/b47005ce-68f6-4b6e-84c0-666bfbc90b9e/Screenshots</Screenshots>
  <Alerts>https://api.oxygennext.com/Station/b47005ce-68f6-4b6e-84c0-666bfbc90b9e/Alerts</Alerts>
  <MessageFeeds>https://api.oxygennext.com/Station/b47005ce-68f6-4b6e-84c0-666bfbc90b9e/MessageFeeds</MessageFeeds>
</Station>

Usage examples:

cURL (about cURL):

curl -F https://api.oxygennext.com/Station/b47005ce-68f6-4b6e-84c0-666bfbc90b9e/MoveTo/5e1b3cf8-24f3-4780-beed-3ef5cadf8ef2


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

Personal tools