Reports API

URI scheme Host: avoassure.com:8443

BasePath Schemes: HTTPS

Consumes application/json

Produces application/json

Paths POST/getReport_API Description: Get reports from Avo Assure

getReport_API

POST https://avoassure.com:8443/getReport_API

Headers

NameTypeDescription

X-TOKEN-HASH

string

X-TOKEN-NAME

string

X-ICE-NAME

string

X-POOL-NAME

string

Request Body

NameTypeDescription

ReportReq

object

Gets reports from Avo Assure

[
    {
        "icename": "demouser",
        "tokenname": "demooken",
        "tokenValidation": "passed"
    },{
        "moduleId": "5de4e576d9cdd57f40625bc6",
        "moduleName": "Module_Web_Excel",
        "Scenarios": [{
                "scenarioId": "5de4e572d9cdd57f40624d85",
                "scenarioName": "Scenario_Web_ExcelKeywords",
                "pdf": "https://srv01nineteen68.slksoft.com/viewReport/60ae441dad4928bfb4c8fe2b.pdf",
                "view": "https://srv01nineteen68.slksoft.com/viewReport/60ae441dad4928bfb4c8fe2b.html",
                "Report": {
                    "commentsLength": [],
                    "overallstatus": [{
                            "EllapsedTime": "~00:02:19",
                            "EndTime": "2021-05-26 18:20:37",
                            "StartTime": "2021-05-26 18:18:18",
                            "browserType": "NA",
                            "browserVersion": "NA",
                            "date": "2021-05-26",
                            "overallstatus": "Pass",
                            "terminatetdBy": "N/A",
                            "time": "18:20:37",
                            "domainName": "Manufacturing",
                            "projectName": "Web",
                            "releaseName": "R1",
                            "cycleName": "C1",
                            "reportId": "60ae441dad4928bfb4c8fe2b",
                            "video": "-"
                            "pass": "100.00",
                            "fail": 0,
                            "terminate": 0
                    }],
                    "rows": [{
                            "Comments": " ",
                            "Keyword": "TestCase Name",
                            "StepDescription": "TestCase Name: Testcase_ExcelKeywords_Direct",
                            "id": 1,
                            "parentId": 0,
                            "slno": 1
                        },{
                            "Comments": null,
                            "EllapsedTime": "00:00:01:022102",
                            "Keyword": "setExcelPath",
                            "Remark": " ",
                            "Step": "Step1",
                            "StepDescription": "Sets the excel file path: ''C:\\Users\\sadia.shabnam\\Desktop\\Keywords_Excel.xlsx,Sheet1'' internally for the excel operations",
                            "id": 2,
                            "parentId": 0,
                            "screenshot_path": null,
                            "status": "Pass",
                            "testcase_details": {
                                "actualResult_pass": " ",
                                "actualTesult_fail": " ",
                                "testcaseDetails": " ",
                            },
                            "slno": 2
                        },
                        .
                        .
                        .
                        .
                        . ,
                        {
                            "Comments": null,
                            "EllapsedTime": "00:00:01:056105",
                            "Keyword": "clearFileContent",
                            "Remark": " ",
                            "Step": "Step31",
                            "StepDescription": "Cleard all the content of the file ''",
                            "id": 75,
                            "parentId": 0,
                            "screenshot_path": null,
                            "status": "Pass",
                            "testcase_details": {
                                "actualResult_pass": " ",
                                "actualTesult_fail": " ",
                                "testcaseDetails": " ",
                            },
                            "slno": 75
                    }],
                    "remarksLength": [ ]
                }
        }]
    }
]

The object ReportReq contains the following:

Name

Data Type

Description

execution_data

array

The array execution_data contains the following:

Name

Data Type

Description

executionId

string

scenarioIds

array

{
    "execution_data": {
        "executionId": " ",
        "scenarioIds": [" "]
    }
}

The response RespData has the following parameters:

Name

Data Type

Description

execution_status

array

The array execution_status contains the following:

Name

Data Type

Description

Name-1

array

Name-2

array

The array Name-1 contains the following:

Name

Data Type

Description

icename

string

tokenname

string

tokenValidation

string

The array Name-2 contains the following:

Name

Data Type

Description

moduleId

string

moduleName

string

Scenarios

array

The array Scenarios contains the following:

Name

Data Type

Description

scenarioId

string

scenarioName

string

pdf

string

view

string

Report

array

The array Report contains the following:

Name

Data Type

Description

commentsLength

array

overallstatus

array

rows

array

remarksLength

array

The array overallstatus contains the following:

Name

Data Type

Description

EllapsedTime

string

EndTime

string

StartTime

string

browserType

string

browserVersion

string

date

string

overallstatus

string

terminatedBy

string

time

string

domainName

string

projectName

string

releaseName

string

cycleName

string

reportId

string

video

string

pass

string

fail

string

terminate

number

The array rows conatins the following:

Name

Data Type

Description

Comments

string

EllapsedTime

string

Keyword

string

Remark

string

Step

string

StepDescription

string

id

string

parentId

string

screenshot_path

string

status

string

testcase_details

array

slno

number

The array testcaseDetails contains the following:

Name

Data Type

Description

actualResult_pass

string

actualResult_fail

string

testcaseDetails

string

Last updated