Web Service Operations

FileService

Web Service Operations

 

The service supports the following operations:

 

Operation

HTTP Method

URI

Ping

GET

/FileService/ping

List all files

GET

/FileService

Check if a file exists

GET

/FileService/exists/filename.ext

Download a text file

GET

/FileService/text/filename.ext

Create a file

POST

/FileService/filename.ext

Update a file

PUT

/FileService/filename.ext

Delete a file

DELETE

/FileService/filename.ext