Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Set the language

Set the language on the controller. Not available if controller is in SYSFAIL.

URL

/rw/panel

Method

POST

URL Params

action=setlang Required

Data Params

lang-code = The langauge code e.g. en, sv, de etc Required

Success Response

NO_CONTENT(204)

see HTTP Status codes

Example Response

No content

Error Response

BAD_REQUEST(400)

See Robot controller return codes

Sample Call

Set the controller language

curl --digest -u "Default User":robotics -d "lang-code=en" -X POST "http://localhost/rw/panel?action=setlang"

Notes

Not supported in bootserver mode