GetAllTestRunsOfSpecificAccess
Authorizations
AuthorizationstringRequired
Enter 'Bearer' followed by your JWT token
Query parameters
emailIdstringOptional
The email ID of the user whose test runs with specific access are to be fetched.
Responses
200
Success: Returns a list of test runs associated with the provided email ID and specific access level.
No content
400
Bad Request: No test runs found for the provided email ID or invalid email ID.
500
Internal Server Error: An error occurred while retrieving the test runs.
get
/TestRun/GetAllTestRunsOfSpecificAccessGET /TestRun/GetAllTestRunsOfSpecificAccess HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content