Fetch Data
POST /api/fetchTestRunResultsCount
Fetch the count of test run results, useful for pagination or summaries.
POST /api/fetchSeverityInfoForIssues
Retrieve aggregated severity information (Critical, High, Medium, Low) for issues.
POST /api/fetchIssueFromTestRunResultDetails
Get detailed issue information from a specific test run result.
POST /api/fetchAllSubCategories
Fetch all issue subcategories (e.g., SQLi, XSS under Injection) used for classification.
POST /api/fetchRemediationInfo
Retrieve remediation details and best practices for fixing a specific issue.
POST /api/fetchTestRunResultDetails
Get detailed information about a specific test run result.
POST /api/findTotalIssuesByDay
Fetch the total number of issues discovered per day, useful for trend analysis.
POST /api/fetchAllIssues
Retrieve all issues detected across collections and test runs.
POST /api/fetchTestingRunResultSummaries
Fetch summaries of testing run results (high-level overview of findings).
POST /api/generateReportPDF
Generate a downloadable PDF report of test results and issues.
POST /api/fetchFilterYamlTemplate
Retrieve the YAML template for issue filters, used for customizing reports or queries.
POST /api/fetchTestingRunResults
Fetch detailed testing run results including all issues found.
POST /api/fetchActiveTestRunsStatus
Retrieve the current status of active test runs.
POST /api/fetchTestResultsStatsCount
Get statistical counts of test results grouped by categories (e.g., pass/fail).
POST /api/fetchTestingRunResult
Fetch a single testing run result with its details.
POST /api/fetchVulnerableTestingRunResultsFromIssues
Retrieve test run results linked to vulnerable issues.
POST /api/getAllTestsCountMap
Get a count map of all available tests grouped by categories/subcategories.
POST /api/retrieveAllCollectionTests
Retrieve all tests mapped to API collections.
POST /api/fetchTestingRunResultsSummary
Fetch a summary of testing run results, highlighting major findings.
POST /api/fetchIssuesByApis
Get all issues grouped by APIs for better endpoint-level visibility.
POST /api/fetchIssuesFromResultIds
Fetch issues associated with specific test run result IDs.
POST /api/fetchCriticalIssuesTrend
Retrieve the trend of critical issues over time.
POST /api/fetchTestCoverageData
Fetch test coverage data showing which APIs/endpoints have been tested and which remain untested.
Last updated