Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Fetch for scan result

Description

This method is used to fetch for scan result

Package Details

Interface

IVirusScanManager

Syntax

IVirusScanManager.FetchScanResult(string data_id);

API

[POST] /api/v1/scanresult/dataid

Parameter

string data_id : data Id

Returns

200 OK

Example

string dataid = "2";

var virusScanResult = await _virusScanManager.FetchScanResult(dataid);

  • No labels