Checking the Status of a Positive Selection Request
GET https://<votiro_appliance>/disarmer/api/disarmer/v4/status/<requestId>
Checks the processing status of a file using the requestId you received when uploading the file for positive selection processing.
The positive selection process relies on polling. If no polling takes place for over 60 seconds there is a chance the positive selection request may be deleted. You can configure setting values for the polling interval and the keep alive interval attributes. See the Votiro Cloud User Guide
Note
To cancel the processing of a file you can use the GET command. The Cancellation Timeout value is set by default according to the version you are using:
For SaaS: "CancellationTimeout": "01:02:30"
For on-premises VA: "CancellationTimeout": "00:02:30"
To change this value, contact our Support team for instructions.
Request Data
Request URL Parameters
Request parameters are case sensitive.
Parameter |
Description |
Type |
Required/Optional |
---|---|---|---|
requestId |
Upload request ID |
string |
Required |
Request Header Parameters
Request parameters are case sensitive.
Parameter |
Description |
Type |
Required/Optional |
---|---|---|---|
Authorization |
Bearer <token> used for authentication |
string |
Required. |
Request Example
GET https://api.votiro.com/disarmer/api/disarmer/v4/status/
c94f00a4-7a36-4152-977d-dda71cccfb95
Authorization: "Bearer <token>"
Comments
0 comments
Please sign in to leave a comment.