Get Malware Scan results
GET/documents/:documentId/malwareScan
Gets a Malware Scan results; available as an Add-On Module
Request
Path Parameters
Document Identifier
Query Parameters
Site Identifier
Next page of results token
Limit Results
10Responses
- 200
- 400
200 CREATED
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Next page of results token
malwareScanResults
object[]
List of Malware Scan Results
Document Malware scan result
Possible values: [MALICIOUS, ERROR, CLEAN]
Type of Malware Engine used
Possible values: [CLAM_AV]
Document storage version
Document Malware scan message
Scanned Timestamp
{
"next": "string",
"malwareScanResults": [
{
"scanStatus": "MALICIOUS",
"scanEngine": "CLAM_AV",
"s3version": "string",
"scanMessage": "string",
"scannedDate": "string"
}
]
}
400 BAD REQUEST
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
List of errors
Error Key
Error Message
{
"errors": [
{
"key": "string",
"error": "string"
}
]
}