Click or drag to resize

APIgetHTMLlogCheck Method

Get the HTML log of the last checking run. Use getCheckLogName to get the name of a specific check.
REST path: /res/check/htmllog
REST verb: POST
REST body: logName

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntax
public string getHTMLlogCheck(
	string logName
)

Parameters

logName  String
Name of the log to retrieve

Return Value

String
The HTML log as a string
See Also