Connectors
...
Actions
Get Scan Results
4 min
description gets the list of scan results endpoint url rest/scanresult method get inputs parameters (object) starttime (number) endtime (number) output example \[ { "status code" 200, "response headers" {}, "reason" "ok", "json body" { "type" "regular", "response" { "usable" \[ { "id" "1", "name" "test scan", "description" "", "status" "completed" } ], "manageable" \[ { "id" "1", "name" "test scan", "description" "", "status" "completed" } ] }, "error code" 0, "error msg" "", "warnings" \[], "timestamp" 1407249641 } } ] output parameters status code (number) reason (string) json body (object) type (string) response (object) usable (array) id (string) name (string) description (string) status (string) manageable (array) id (string) name (string) description (string) status (string) error code (number) error msg (string) warnings (array) file name (string) – required file (string) – required timestamp (number)