Get file upload status

Gets the status information about the specified file upload request.

Request
path Parameters
file_request_id
required
integer

The request ID of the file upload to be queried.

header Parameters
token
required
string

The valid authentication token that is generated by the Authentication operation.

Responses
200

The status information is returned for the requested file upload.

204

The status information cannot be retrieved for the specified request ID.

get/api/integration/v1/fileupload/status/{file_request_id}
Request samples
curl -X GET --header "token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlpJTkdBUEkiLCJpc3MiOiJSRVZQUk8gMy4wIFdlYnNlcnZpY2VzIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImV4cCI6MTUwNDc0NTIxMywiaWF0IjoxNTA0NzQzNDEzLCJuYmYiOjE1MDQ3NDM0MTMsImNsaWVudG5hbWUiOiJEZWZhdWx0In0.umtarSxRc0KUld5RZkrZMwzIypQYdwFYBP5-d1Cbi1Q"  "https://yourHost/api/integration/v1/fileupload/status/12333"
Response samples
application/json; charset=utf-8
{
  • "Result": [
    ],
  • "message": "Data Staged Successfully",
  • "status": "Success"
}