Neoload Documentation https://www.neotys.com/documents/doc/neoload/latest/en/ht...
****************************************************************************************************************
Says that in order to generate a report through REST calls I have to send this parameters.
POST http://localhost:7400/Results/v1/Service.svc/GenerateReport HTTP/1.1
Content-Type: application/json
{ "d": {
“ApiKey”: “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”
"TestResultName": "testA",
"ComparisonReport": true,
"OtherTestResultName": "testB",
"CustomReportContents": true,
"Format": "PDF"
}}
****************************************************************************************************************
QUESTION: Is there a parameter to specify where to save the report? Is there a field to specify a directory in the END Point?