Skip to main content

Send message (to RockSTAR/YB3 display) (POST)

https://core.rock7.com/API2/SendMessage/{serial}
ParameterTypeDescriptionExample/Possible Values
PATH PARAMS
serialstringrequired
Serial number of RockSTAR/YB3 device
Add a path param
QUERY PARAMS
messagestringThe message to send to the screen of the device. UTF-8 encoded.Hello, this is a test message
ackRequeststringSet to yes to request an acknowledgement from the device useryes

Example with Parameters

curl --request POST \
--url 'https://core.rock7.com/API2/SendMessage/12345?message=Hello%20World&ackRequest=yes&username=myUsername&password=myPassword' \
--header 'accept: application/xml'