FetchScanResultByHash()

Fetch for scan result by its hash code

Description

This method is used to fetch for scan result by its hash code

Package Details

Interface

IVirusScanManager

Syntax

IVirusScanManager.FetchScanResultByHash(string hash);

API

[POST] /api/v1/scanresult/hash

Parameter

string hash : hash code

Returns

200 OK

Example

string hash = "1235"; var virusScanResult = await _virusScanManager.FetchScanResultByHash(hash);