Download

Description: Downloads a file present in the Rulex Server.

URL/download/<filename>

Method: GET

Header:  You must provide the authentication token in the header, using the following syntax:

{ 
	Authorization : "Bearer" +" "+ token 
}

Response Codes

Code

Result

Response

Success

200

Success

{
	data : required process list
}

Client Errors

400

Bad request

401

Unauthorized

404

Not found