# Fetch Data

<table data-full-width="true"><thead><tr><th width="501.0283203125">API</th><th>Description</th></tr></thead><tbody><tr><td><strong>POST /api/fetchTestRunResultsCount</strong></td><td>Fetch the count of scan results, useful for pagination or summaries.</td></tr><tr><td><strong>POST /api/fetchSeverityInfoForIssues</strong></td><td>Retrieve aggregated severity information (Critical, High, Medium, Low) for issues.</td></tr><tr><td><strong>POST /api/fetchIssueFromTestRunResultDetails</strong></td><td>Get detailed issue information from a specific scan result.</td></tr><tr><td><strong>POST /api/fetchAllSubCategories</strong></td><td>Fetch all issue subcategories (e.g., SQLi, XSS under Injection) used for classification.</td></tr><tr><td><strong>POST /api/fetchRemediationInfo</strong></td><td>Retrieve remediation details and best practices for fixing a specific issue.</td></tr><tr><td><strong>POST /api/fetchTestRunResultDetails</strong></td><td>Get detailed information about a specific scan result.</td></tr><tr><td><strong>POST /api/findTotalIssuesByDay</strong></td><td>Fetch the total number of issues discovered per day, useful for trend analysis.</td></tr><tr><td><strong>POST /api/fetchAllIssues</strong></td><td>Retrieve all issues detected across agentic collections and scan runs.</td></tr><tr><td><strong>POST /api/fetchTestingRunResultSummaries</strong></td><td>Fetch summaries of scan results (high-level overview of findings).</td></tr><tr><td><strong>POST /api/generateReportPDF</strong></td><td>Generate a downloadable PDF report of scan results and issues.</td></tr><tr><td><strong>POST /api/fetchTestingRunResults</strong></td><td>Fetch detailed scan results including all issues found.</td></tr><tr><td><strong>POST /api/fetchActiveTestRunsStatus</strong></td><td>Retrieve the current status of active scan runs.</td></tr><tr><td><strong>POST /api/fetchTestResultsStatsCount</strong></td><td>Get statistical counts of scan results grouped by categories (e.g., pass/fail).</td></tr><tr><td><strong>POST /api/fetchTestingRunResult</strong></td><td>Fetch a single scan result with its details.</td></tr><tr><td><strong>POST /api/fetchVulnerableTestingRunResultsFromIssues</strong></td><td>Retrieve scan results linked to vulnerable issues.</td></tr><tr><td><strong>POST /api/getAllTestsCountMap</strong></td><td>Get a count map of all available probes grouped by categories/subcategories.</td></tr><tr><td><strong>POST /api/retrieveAllCollectionTests</strong></td><td>Retrieve all probes mapped to agentic collections.</td></tr><tr><td><strong>POST /api/fetchTestingRunResultsSummary</strong></td><td>Fetch a summary of scan results, highlighting major findings.</td></tr><tr><td><strong>POST /api/fetchIssuesByApis</strong></td><td>Get all issues grouped by Agentic Components for better component-level visibility.</td></tr><tr><td><strong>POST /api/fetchIssuesFromResultIds</strong></td><td>Fetch issues associated with specific scan result IDs.</td></tr><tr><td><strong>POST /api/fetchCriticalIssuesTrend</strong></td><td>Retrieve the trend of critical issues over time.</td></tr><tr><td><strong>POST /api/fetchTestCoverageData</strong></td><td>Fetch scan coverage data showing which agentic components have been scanned and which remain unscanned.</td></tr><tr><td><strong>POST /api/fetchCategoryWiseScores</strong></td><td>Get probe scores grouped by probe category (OWASP, CWE, etc.).</td></tr><tr><td><strong>POST /api/fetchVulnerableTestRunResults</strong></td><td>Get scan results that found vulnerabilities.</td></tr><tr><td><strong>POST /api/fetchAffectedEndpoints</strong></td><td>Retrieve Agentic components affected by specific issues or vulnerabilities.</td></tr><tr><td><strong>POST /api/fetchSensitiveSampleData</strong></td><td>Fetch sample data containing sensitive information from scan results.</td></tr><tr><td><strong>POST /api/fetchSubTypeCountMap</strong></td><td>Get a count map of issue subtypes from scan results.</td></tr></tbody></table>

## POST /api/fetchTestRunResultsCount

> POST request for endpoint /api/fetchTestRunResultsCount

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchTestRunResultsCount":{"post":{"summary":"POST request for endpoint /api/fetchTestRunResultsCount","operationId":"/api/fetchTestRunResultsCount-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunHexId":{"type":"string"},"filterTestName":{"type":"string"},"filterSeverity":{"type":"array","items":{"type":"string"}},"filterStatus":{"type":"array","items":{"type":"string"}}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"byStatus":{"type":"object"},"bySeverity":{"type":"object"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchSeverityInfoForIssues

> POST request for endpoint /api/fetchSeverityInfoForIssues

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchSeverityInfoForIssues":{"post":{"summary":"POST request for endpoint /api/fetchSeverityInfoForIssues","operationId":"/api/fetchSeverityInfoForIssues-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunHexId":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"severityInfo":{"type":"object"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchIssueFromTestRunResultDetails

> POST request for endpoint /api/fetchIssueFromTestRunResultDetails

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchIssueFromTestRunResultDetails":{"post":{"summary":"POST request for endpoint /api/fetchIssueFromTestRunResultDetails","operationId":"/api/fetchIssueFromTestRunResultDetails-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunResultHexId":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"metadata":{"type":"string"},"testingRunResults":{"type":"string"},"testingRunResultSummaries":{"type":"string"},"runIssues":{"type":"object","properties":{"severity":{"type":"string"},"lastSeen":{"type":"integer","format":"int32"},"creationTime":{"type":"integer","format":"int32"},"testRunIssueStatus":{"type":"string"},"ignoreReason":{"type":"string"},"latestTestingRunSummaryId":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"id":{"type":"object","properties":{"testSubCategory":{"type":"string"},"testErrorSource":{"type":"string"},"testCategoryFromSourceConfig":{"type":"string"},"apiInfoKey":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}}},"testSourceConfig":{"type":"string"}}}}},"selectedTests":{"type":"string"},"maxConcurrentRequests":{"type":"integer","format":"int32"},"testingRuns":{"type":"string"},"recurringDaily":{"type":"boolean"},"workflowTest":{"type":"string"},"authMechanism":{"type":"string"},"testingRunResult":{"type":"string"},"fetchCicd":{"type":"boolean"},"testingRun":{"type":"string"},"testRunTime":{"type":"integer","format":"int32"},"testingRunHexId":{"type":"string"},"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"},"testName":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchAllSubCategories

> POST request for endpoint /api/fetchAllSubCategories

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchAllSubCategories":{"post":{"summary":"POST request for endpoint /api/fetchAllSubCategories","operationId":"/api/fetchAllSubCategories-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","description":"AKTO_ERROR while building schema"}}}}}}}}}
```

## POST /api/fetchRemediationInfo

> POST request for endpoint /api/fetchRemediationInfo

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchRemediationInfo":{"post":{"summary":"POST request for endpoint /api/fetchRemediationInfo","operationId":"/api/fetchRemediationInfo-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"issueId":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"remediationInfo":{"type":"string"},"remediationCode":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchTestRunResultDetails

> POST request for endpoint /api/fetchTestRunResultDetails

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchTestRunResultDetails":{"post":{"summary":"POST request for endpoint /api/fetchTestRunResultDetails","operationId":"/api/fetchTestRunResultDetails-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunResultHexId":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"metadata":{"type":"string"},"testingRunResults":{"type":"string"},"testingRunResultSummaries":{"type":"string"},"runIssues":{"type":"string"},"selectedTests":{"type":"string"},"maxConcurrentRequests":{"type":"integer","format":"int32"},"testingRuns":{"type":"string"},"recurringDaily":{"type":"boolean"},"workflowTest":{"type":"string"},"testingRunResult":{"type":"object","properties":{"testResults":{"type":"array","items":{"type":"object","properties":{"testInfo":{"type":"string"},"vulnerable":{"type":"boolean"},"percentageMatch":{"type":"number"},"confidence":{"type":"object","properties":{"_name":{"type":"string"}}},"message":{"type":"string"},"originalMessage":{"type":"string"}}}},"testSubType":{"type":"string"},"vulnerable":{"type":"boolean"},"testRunResultSummaryId":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"testRunId":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"testSuperType":{"type":"string"},"id":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"apiInfoKey":{"type":"object","properties":{"method":{"type":"object","properties":{"_name":{"type":"string"}}},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}}},"confidencePercentage":{"type":"integer","format":"int32"},"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"},"hexId":{"type":"string"}}},"authMechanism":{"type":"string"},"fetchCicd":{"type":"boolean"},"testingRun":{"type":"string"},"testRunTime":{"type":"integer","format":"int32"},"testingRunHexId":{"type":"string"},"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"},"testName":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/findTotalIssuesByDay

> POST request for endpoint /api/findTotalIssuesByDay

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/findTotalIssuesByDay":{"post":{"summary":"POST request for endpoint /api/findTotalIssuesByDay","operationId":"/api/findTotalIssuesByDay-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTimestamp":{"type":"integer","format":"int32"},"endTimestamp":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"issuesByDay":{"type":"array","items":{"type":"object","properties":{"ts":{"type":"integer","format":"int32"},"count":{"type":"integer","format":"int32"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchAllIssues

> POST request for endpoint /api/fetchAllIssues

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchAllIssues":{"post":{"summary":"POST request for endpoint /api/fetchAllIssues","operationId":"/api/fetchAllIssues-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","format":"int32"},"filterStatus":{"type":"array","items":{"type":"string"}},"skip":{"type":"integer","format":"int32"},"startEpoch":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"vulnerableRequests":{"type":"string"},"issueId":{"type":"string"},"similarlyAffectedIssues":{"type":"string"},"filterStatus":{"type":"array","items":{"type":"string"}},"skip":{"type":"integer","format":"int32"},"startEpoch":{"type":"integer","format":"int32"},"issueIdArray":{"type":"string"},"testSourceConfigs":{"type":"string"},"issues":{"type":"array","items":{"type":"object","properties":{"severity":{"type":"string"},"lastSeen":{"type":"integer","format":"int32"},"creationTime":{"type":"integer","format":"int32"},"testRunIssueStatus":{"type":"string"},"latestTestingRunSummaryId":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"ignoreReason":{"type":"string"},"id":{"type":"object","properties":{"testSubCategory":{"type":"string"},"testErrorSource":{"type":"string"},"testCategoryFromSourceConfig":{"type":"string"},"apiInfoKey":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}}},"testSourceConfig":{"type":"string"}}}}}},"subCategories":{"type":"string"},"totalIssuesCount":{"type":"integer","format":"int32"},"testingRunResult":{"type":"string"},"ignoreReason":{"type":"string"},"limit":{"type":"integer","format":"int32"},"categories":{"type":"string"},"statusToBeUpdated":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchTestingRunResultSummaries

> POST request for endpoint /api/fetchTestingRunResultSummaries

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchTestingRunResultSummaries":{"post":{"summary":"POST request for endpoint /api/fetchTestingRunResultSummaries","operationId":"/api/fetchTestingRunResultSummaries-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunHexId":{"type":"string"},"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"metadata":{"type":"string"},"testingRunResults":{"type":"string"},"testingRunResultSummaries":{"type":"array","items":{"type":"object","properties":{"metadata":{"type":"string"},"totalApis":{"type":"integer","format":"int32"},"testResultsCount":{"type":"integer","format":"int32"},"countIssues":{"type":"object","properties":{"HIGH":{"type":"integer","format":"int32"},"MEDIUM":{"type":"integer","format":"int32"},"LOW":{"type":"integer","format":"int32"}}},"testingRunId":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"id":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"testingRunHexId":{"type":"string"},"state":{"type":"string"},"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"},"hexId":{"type":"string"}}}},"runIssues":{"type":"string"},"selectedTests":{"type":"string"},"maxConcurrentRequests":{"type":"integer","format":"int32"},"testingRuns":{"type":"string"},"recurringDaily":{"type":"boolean"},"workflowTest":{"type":"string"},"authMechanism":{"type":"string"},"testingRunResult":{"type":"string"},"fetchCicd":{"type":"boolean"},"testingRun":{"type":"object","properties":{"periodInSeconds":{"type":"integer","format":"int32"},"testingRunConfig":{"type":"string"},"testingEndpoints":{"type":"object","properties":{"apiCollectionId":{"type":"integer","format":"int32"},"type":{"type":"string"}}},"maxConcurrentRequests":{"type":"integer","format":"int32"},"testIdConfig":{"type":"integer","format":"int32"},"pickedUpTimestamp":{"type":"integer","format":"int32"},"scheduleTimestamp":{"type":"integer","format":"int32"},"name":{"type":"string"},"userEmail":{"type":"string","format":"email"},"testRunTime":{"type":"integer","format":"int32"},"id":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"state":{"type":"string"},"endTimestamp":{"type":"integer","format":"int32"},"hexId":{"type":"string"}}},"testRunTime":{"type":"integer","format":"int32"},"testingRunHexId":{"type":"string"},"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"},"testName":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/generateReportPDF

> POST request for endpoint /api/generateReportPDF

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/generateReportPDF":{"post":{"summary":"POST request for endpoint /api/generateReportPDF","operationId":"/api/generateReportPDF-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunHexId":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"reportUrl":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchTestingRunResults

> POST request for endpoint /api/fetchTestingRunResults

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchTestingRunResults":{"post":{"summary":"POST request for endpoint /api/fetchTestingRunResults","operationId":"/api/fetchTestingRunResults-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunResultSummaryHexId":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"metadata":{"type":"string"},"testingRunResults":{"type":"array","items":{"type":"object","properties":{"testResults":{"type":"string"},"testRunResultSummaryId":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"testRunId":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"singleTypeInfos":{"type":"string"},"vulnerable":{"type":"boolean"},"testSubType":{"type":"string"},"testSuperType":{"type":"string"},"apiInfoKey":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}}},"id":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"confidencePercentage":{"type":"integer","format":"int32"},"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"},"hexId":{"type":"string"}}}},"testingRunResultSummaries":{"type":"string"},"runIssues":{"type":"string"},"selectedTests":{"type":"string"},"maxConcurrentRequests":{"type":"integer","format":"int32"},"testingRuns":{"type":"string"},"recurringDaily":{"type":"boolean"},"workflowTest":{"type":"string"},"authMechanism":{"type":"string"},"testingRunResult":{"type":"string"},"fetchCicd":{"type":"boolean"},"testingRun":{"type":"string"},"testRunTime":{"type":"integer","format":"int32"},"testingRunHexId":{"type":"string"},"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"},"testName":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchActiveTestRunsStatus

> POST request for endpoint /api/fetchActiveTestRunsStatus

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchActiveTestRunsStatus":{"post":{"summary":"POST request for endpoint /api/fetchActiveTestRunsStatus","operationId":"/api/fetchActiveTestRunsStatus-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"activeTestRuns":{"type":"array","items":{"type":"object","properties":{"hexId":{"type":"string"},"state":{"type":"string"},"name":{"type":"string"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchTestResultsStatsCount

> POST request for endpoint /api/fetchTestResultsStatsCount

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchTestResultsStatsCount":{"post":{"summary":"POST request for endpoint /api/fetchTestResultsStatsCount","operationId":"/api/fetchTestResultsStatsCount-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunHexId":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"stats":{"type":"object","properties":{"totalTests":{"type":"integer","format":"int32"},"issuesFound":{"type":"integer","format":"int32"},"passRate":{"type":"number"}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchTestingRunResult

> POST request for endpoint /api/fetchTestingRunResult

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchTestingRunResult":{"post":{"summary":"POST request for endpoint /api/fetchTestingRunResult","operationId":"/api/fetchTestingRunResult-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunResultHexId":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"testingRunResult":{"type":"object"},"testingRunResultSummary":{"type":"object"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchVulnerableTestingRunResultsFromIssues

> POST request for endpoint /api/fetchVulnerableTestingRunResultsFromIssues

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchVulnerableTestingRunResultsFromIssues":{"post":{"summary":"POST request for endpoint /api/fetchVulnerableTestingRunResultsFromIssues","operationId":"/api/fetchVulnerableTestingRunResultsFromIssues-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunHexId":{"type":"string"},"skip":{"type":"integer","format":"int32"},"limit":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"vulnerabilities":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"endpoint":{"type":"string"},"testName":{"type":"string"},"severity":{"type":"string"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/getAllTestsCountMap

> POST request for endpoint /api/getAllTestsCountMap

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getAllTestsCountMap":{"post":{"summary":"POST request for endpoint /api/getAllTestsCountMap","operationId":"/api/getAllTestsCountMap-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"testsCountMap":{"type":"object"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/retrieveAllCollectionTests

> POST request for endpoint /api/retrieveAllCollectionTests

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/retrieveAllCollectionTests":{"post":{"summary":"POST request for endpoint /api/retrieveAllCollectionTests","operationId":"/api/retrieveAllCollectionTests-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"fetchCicd":{"type":"boolean"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"metadata":{"type":"string"},"testingRunResults":{"type":"string"},"testingRunResultSummaries":{"type":"string"},"runIssues":{"type":"string"},"selectedTests":{"type":"string"},"maxConcurrentRequests":{"type":"integer","format":"int32"},"recurringDaily":{"type":"boolean"},"workflowTest":{"type":"string"},"authMechanism":{"type":"object","properties":{"authParams":{"type":"array","items":{"type":"object","properties":{"showHeader":{"type":"boolean"},"where":{"type":"string"},"value":{"type":"string"},"key":{"type":"string"}}}},"id":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"type":{"type":"string"},"uuid":{"type":"string"}}},"testingRunResult":{"type":"string"},"fetchCicd":{"type":"boolean"},"testingRun":{"type":"string"},"testRunTime":{"type":"integer","format":"int32"},"testingRunHexId":{"type":"string"},"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"},"testName":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchTestingRunResultsSummary

> POST request for endpoint /api/fetchTestingRunResultsSummary

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchTestingRunResultsSummary":{"post":{"summary":"POST request for endpoint /api/fetchTestingRunResultsSummary","operationId":"/api/fetchTestingRunResultsSummary-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunHexId":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"testingRunResultSummary":{"type":"object"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchIssuesByApis

> POST request for endpoint /api/fetchIssuesByApis

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchIssuesByApis":{"post":{"summary":"POST request for endpoint /api/fetchIssuesByApis","operationId":"/api/fetchIssuesByApis-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer","format":"int32"},"skip":{"type":"integer","format":"int32"},"limit":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"issues":{"type":"array","items":{"type":"object"}},"total":{"type":"integer","format":"int32"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchIssuesFromResultIds

> POST request for endpoint /api/fetchIssuesFromResultIds

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchIssuesFromResultIds":{"post":{"summary":"POST request for endpoint /api/fetchIssuesFromResultIds","operationId":"/api/fetchIssuesFromResultIds-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunResultHexIds":{"type":"array","items":{"type":"string"}}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"issues":{"type":"array","items":{"type":"object"}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchCriticalIssuesTrend

> POST request for endpoint /api/fetchCriticalIssuesTrend

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchCriticalIssuesTrend":{"post":{"summary":"POST request for endpoint /api/fetchCriticalIssuesTrend","operationId":"/api/fetchCriticalIssuesTrend-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTimestamp":{"type":"integer","format":"int32"},"endTimestamp":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"criticalIssuesTrend":{"type":"array","items":{"type":"object","properties":{"ts":{"type":"integer","format":"int32"},"count":{"type":"integer","format":"int32"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchTestCoverageData

> POST request for endpoint /api/fetchTestCoverageData

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchTestCoverageData":{"post":{"summary":"POST request for endpoint /api/fetchTestCoverageData","operationId":"/api/fetchTestCoverageData-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"coverageData":{"type":"object"},"testedCount":{"type":"integer","format":"int32"},"untestedCount":{"type":"integer","format":"int32"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchCategoryWiseScores

> POST request for endpoint /api/fetchCategoryWiseScores

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchCategoryWiseScores":{"post":{"summary":"POST request for endpoint /api/fetchCategoryWiseScores","operationId":"/api/fetchCategoryWiseScores-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunHexId":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"scores":{"type":"array","items":{"type":"object","properties":{"category":{"type":"string"},"score":{"type":"number"},"issuesCount":{"type":"integer","format":"int32"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchVulnerableTestRunResults

> POST request for endpoint /api/fetchVulnerableTestRunResults

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchVulnerableTestRunResults":{"post":{"summary":"POST request for endpoint /api/fetchVulnerableTestRunResults","operationId":"/api/fetchVulnerableTestRunResults-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunHexId":{"type":"string"},"skip":{"type":"integer","format":"int32"},"limit":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"vulnerabilities":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"endpoint":{"type":"string"},"testName":{"type":"string"},"severity":{"type":"string"},"finding":{"type":"object"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchAffectedEndpoints

> POST request for endpoint /api/fetchAffectedEndpoints

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchAffectedEndpoints":{"post":{"summary":"POST request for endpoint /api/fetchAffectedEndpoints","operationId":"/api/fetchAffectedEndpoints-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"issueId":{"type":"object","properties":{"testSubCategory":{"type":"string"},"testErrorSource":{"type":"string"},"testCategoryFromSourceConfig":{"type":"string"},"apiInfoKey":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}}},"testSourceConfig":{"type":"string"}}}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"filterSubCategory":{"type":"string"},"vulnerableRequests":{"type":"string"},"issueId":{"type":"object","properties":{"testSubCategory":{"type":"string"},"testErrorSource":{"type":"string"},"testCategoryFromSourceConfig":{"type":"string"},"apiInfoKey":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}}},"testSourceConfig":{"type":"string"}}},"filterCollectionsId":{"type":"string"},"similarlyAffectedIssues":{"type":"array","items":{"type":"object","properties":{"severity":{"type":"string"},"lastSeen":{"type":"integer","format":"int32"},"creationTime":{"type":"integer","format":"int32"},"testRunIssueStatus":{"type":"string"},"latestTestingRunSummaryId":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"ignoreReason":{"type":"string"},"id":{"type":"object","properties":{"testSubCategory":{"type":"string"},"testErrorSource":{"type":"string"},"testCategoryFromSourceConfig":{"type":"string"},"apiInfoKey":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}}},"testSourceConfig":{"type":"string"}}}}}},"filterStatus":{"type":"string"},"skip":{"type":"integer","format":"int32"},"filterSeverity":{"type":"string"},"startEpoch":{"type":"integer","format":"int32"},"issueIdArray":{"type":"string"},"testSourceConfigs":{"type":"string"},"issues":{"type":"string"},"subCategories":{"type":"string"},"totalIssuesCount":{"type":"integer","format":"int32"},"testingRunResult":{"type":"string"},"ignoreReason":{"type":"string"},"limit":{"type":"integer","format":"int32"},"categories":{"type":"string"},"statusToBeUpdated":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchSensitiveSampleData

> POST request for endpoint /api/fetchSensitiveSampleData

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchSensitiveSampleData":{"post":{"summary":"POST request for endpoint /api/fetchSensitiveSampleData","operationId":"/api/fetchSensitiveSampleData-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"sensitiveSampleData":{"type":"string"},"sampleDataList":{"type":"string"},"traffic":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchSubTypeCountMap

> POST request for endpoint /api/fetchSubTypeCountMap

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchSubTypeCountMap":{"post":{"summary":"POST request for endpoint /api/fetchSubTypeCountMap","operationId":"/api/fetchSubTypeCountMap-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"listOfEndpointsInCollection":{"type":"string"},"endpoints":{"type":"string"},"method":{"type":"string"},"skip":{"type":"integer","format":"int32"},"apiCollectionId":{"type":"integer","format":"int32"},"filters":{"type":"string"},"url":{"type":"string"},"filterOperators":{"type":"string"},"urls":{"type":"string"},"sortKey":{"type":"string"},"response":{"type":"object","properties":{"subTypeCountMap":{"type":"object","properties":{"REQUEST":{"type":"object","properties":{"USERNAME":{"type":"integer","format":"int32"},"PHONE_NUMBER":{"type":"integer","format":"int32"},"EMAIL":{"type":"integer","format":"int32"}}},"RESPONSE":{"type":"object","properties":{"JWT":{"type":"integer","format":"int32"},"USERNAME":{"type":"integer","format":"int32"},"IP_ADDRESS":{"type":"integer","format":"int32"},"EMAIL":{"type":"integer","format":"int32"},"TOKEN":{"type":"integer","format":"int32"},"SECRET":{"type":"integer","format":"int32"}}}}}}},"sortOrder":{"type":"integer","format":"int32"},"limit":{"type":"integer","format":"int32"}},"description":"Sample description"}}}}}}}}}
```
