Fetch Data

API
Description

POST /api/fetchSlackWebhooks

Fetch the configured Slack webhooks that can be used for sending notifications.

POST /api/fetchAuthMechanismData

Retrieve authentication mechanism details (e.g., headers, tokens) configured for testing APIs.

POST /api/fetchTestingRunResults

Fetch the results of executed test runs, including issues found and their severity.

POST /api/fetchActiveTestRunsStatus

Retrieve the current status of active or in-progress test runs.

POST /api/fetchTestRoles

Fetch test roles and their associated permissions or configurations for API testing.

POST /api/fetchMiniTestingServiceNames

Get the names of mini-testing services available for distributed/parallel test execution.

POST /api/retrieveAllCollectionTests

Retrieve all available tests mapped to each API collection.

Last updated