GET api/Screenwise_Report
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Screenwise_ReportListApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| Screenwise_Report | Collection of Screenwise_Report |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"Screenwise_Report": [
{
"MENU_SCREEN_NAME": "sample string 1",
"COMPONENT_NAME": "sample string 2",
"TOTAL_TESTCASE": 3,
"PASSED_TESTCASE": 4,
"FAILED_TESTCASE": 5,
"OVERALL_STATUS": "sample string 6",
"REPORT_LINK": "sample string 7",
"UPLOADED_ON": "2026-02-04T06:52:33.1480265+04:00"
},
{
"MENU_SCREEN_NAME": "sample string 1",
"COMPONENT_NAME": "sample string 2",
"TOTAL_TESTCASE": 3,
"PASSED_TESTCASE": 4,
"FAILED_TESTCASE": 5,
"OVERALL_STATUS": "sample string 6",
"REPORT_LINK": "sample string 7",
"UPLOADED_ON": "2026-02-04T06:52:33.1480265+04:00"
}
]
}
text/html
Sample:
{"status":"sample string 1","message":"sample string 2","Screenwise_Report":[{"MENU_SCREEN_NAME":"sample string 1","COMPONENT_NAME":"sample string 2","TOTAL_TESTCASE":3,"PASSED_TESTCASE":4,"FAILED_TESTCASE":5,"OVERALL_STATUS":"sample string 6","REPORT_LINK":"sample string 7","UPLOADED_ON":"2026-02-04T06:52:33.1480265+04:00"},{"MENU_SCREEN_NAME":"sample string 1","COMPONENT_NAME":"sample string 2","TOTAL_TESTCASE":3,"PASSED_TESTCASE":4,"FAILED_TESTCASE":5,"OVERALL_STATUS":"sample string 6","REPORT_LINK":"sample string 7","UPLOADED_ON":"2026-02-04T06:52:33.1480265+04:00"}]}
application/xml, text/xml
Sample:
<Screenwise_ReportListApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.ERP_VT">
<Screenwise_Report>
<Screenwise_Report>
<COMPONENT_NAME>sample string 2</COMPONENT_NAME>
<FAILED_TESTCASE>5</FAILED_TESTCASE>
<MENU_SCREEN_NAME>sample string 1</MENU_SCREEN_NAME>
<OVERALL_STATUS>sample string 6</OVERALL_STATUS>
<PASSED_TESTCASE>4</PASSED_TESTCASE>
<REPORT_LINK>sample string 7</REPORT_LINK>
<TOTAL_TESTCASE>3</TOTAL_TESTCASE>
<UPLOADED_ON>2026-02-04T06:52:33.1480265+04:00</UPLOADED_ON>
</Screenwise_Report>
<Screenwise_Report>
<COMPONENT_NAME>sample string 2</COMPONENT_NAME>
<FAILED_TESTCASE>5</FAILED_TESTCASE>
<MENU_SCREEN_NAME>sample string 1</MENU_SCREEN_NAME>
<OVERALL_STATUS>sample string 6</OVERALL_STATUS>
<PASSED_TESTCASE>4</PASSED_TESTCASE>
<REPORT_LINK>sample string 7</REPORT_LINK>
<TOTAL_TESTCASE>3</TOTAL_TESTCASE>
<UPLOADED_ON>2026-02-04T06:52:33.1480265+04:00</UPLOADED_ON>
</Screenwise_Report>
</Screenwise_Report>
<message>sample string 2</message>
<status>sample string 1</status>
</Screenwise_ReportListApiResponse>
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="status" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="message" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[0].MENU_SCREEN_NAME" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[0].COMPONENT_NAME" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[0].TOTAL_TESTCASE" 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[0].PASSED_TESTCASE" 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[0].FAILED_TESTCASE" 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[0].OVERALL_STATUS" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[0].REPORT_LINK" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[0].UPLOADED_ON" 2026-02-04T06:52:33.1480265+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[1].MENU_SCREEN_NAME" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[1].COMPONENT_NAME" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[1].TOTAL_TESTCASE" 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[1].PASSED_TESTCASE" 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[1].FAILED_TESTCASE" 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[1].OVERALL_STATUS" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[1].REPORT_LINK" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Screenwise_Report[1].UPLOADED_ON" 2026-02-04T06:52:33.1480265+04:00 --MultipartDataMediaFormatterBoundary1q2w3e--