send_network_broadcast
- Home
- Messaging
- UgcBroadcast
- send_network_broadcast
send_network_broadcast
Sends a broadcast to the whole network.
Parameters
Name | Description |
sender optional | The user ID of the new broadcast sender. |
nodeID optional | The node ID of the new broadcast sender. |
body optional | The body text of the new broadcast message. |
title optional | The title text of the new broadcast message. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcBroadcast?action=send_network_broadcast&sender=229928503&title=Testing&body=Hey%2C+how%27s+it+going%3F&nodeID=188234&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 |
{ "service":"ugcBroadcast", "action":"send_network_broadcast", "code":1, "message":"The broadcast has been sent successfully." } |
Service Information
Service | ugcBroadcast |
Method | send_network_broadcast |
Type | REST |
Response Types | JSON, XML |