MediaSignage support forum
community support => Internet Of Things => Topic started by: travismc on August 05, 2020, 01:31:40 AM
-
Hello,
I am using /WebService/sendEvent.ashx and /WebService/sendCommand.ashx to send events to stations. I have found that I can use /WebService/sendEvent.ashx to send an event to all stations when I do not include a station id. I have been unable to use /WebService/sendEvent.ashx to send an event with a param. I have been able to use /WebService/sendCommand.ashx to send events with a param but I have to include a station id.
Is it possible to use one of these services to send an event with a param to all stations on my account? Can you point me to any documentation for the /WebService/sendEvent.ashx and /WebService/sendCommand.ashx services?
Thank You.
-
unfortunately, we do not have any documentation for our API's except those we give samples on our video tutorials.
to send events with parameters to all stations, one must specify "-1" in the Station's parameter
best regards
-ADMIN