|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Search text in RAPID module
/rw/rapid/modules/{module}
GET
task={Task Name} Required
startrow={Start Row Number} Required
startcol={Start Column Number} Required
text={search text} Required
None
HTTP_OK(200), see HTTP Status codes
BAD_REQUEST(400), FORBIDDEN(403), NOT_FOUND(404), see HTTP Status codes
curl --digest -u "Default User":robotics "http://localhost/rw/rapid/modules/MainModule?task=T_ROB1&startrow=1&startcol=1&text=main"
Not supported in bootserver mode.
If the text is not found,the row and column values will be zero.