v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBRestore scans
Lists the details of the affected or skipped files in the Restore scans job.
Returns the details of the affected or skipped files in the Restore scans the scan job.
get/rwcscanmaster/v1/jobs/{JobID}/report
Path parameters
JobIDinteger required
Specify the Restore scans job ID to view details of affected or skipped files. Get the Restore scans job ID using 'Lists all the Restore scans jobs.' API.
Query parameters
quarantineStateinteger
Quarantine State of the expected result set. It can be either all, affected or skipped.
pageTokenstring
The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.
Headers
Accept'aplication/json' | 'text/csv'
Specify the content types, expressed as MIME types. The valid values can be: 'aplication/json', 'text/csv'
Response
OK
Example response
{
"details": [
{
"path": "C:/Backup_Folder/file1.pdf",
"ver": 16,
"mTime": "Jul 8 2021 03:51",
"sha1Hash": "077eb3024604928da9a5c70c0efefd805819e7da",
"size": 10240,
"unique_id": "d4702061-e783-46da-9161-ed9a10209c6a-33693:43:1:15",
"sha1MatchAgainst": "077eb3024604928da9a5c70c0efefd805819e7da",
"reasonToSkip": "File size is more than 1 GB",
"status": 2
}
],
"ContentType": "application/json"
}