Broadcast a message
- Last UpdatedJun 19, 2025
- 1 minute read
- Engineering
- Integration Service 4.0
- Integrators
Method: POST
URL: https://eu.ais.connect.aveva.com/data/api/v1.1/ /broadcast/publish?topic={topic name}
Parameters:
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
topic name |
string |
Yes |
topic of on which broad cast to happen |
Response: 200 OK
{
"user": "User1",
"message": "Sample Message String can be JSON String",
"context": "Reason of broadcast",
}