Robot Web Services
3HAC050973-001 Revision:L, Application Manual - Robot Web Services
Get a file

Get a file

URL

/fileservice/{device}|{directory}/{file}

Method

GET

URL Params

None

See Common URL parameters

Data Params

None

Success Response

HTTP_OK(200)

Example Response

The contents of the requested file

Error Response

UNAUTHORIZED(401), NOT_FOUND(404),

See Robot controller return codes

Sample Call

Get a file.

curl --digest -u "Default User":robotics "http://localhost/fileservice/$home/docs/test.txt"

Notes

Supported in bootserver mode