GetAllTestRunsOfSpecificAccessLazyLoading
Authorizations
Query parameters
emailIdstringOptional
The email ID of the user whose test runs need to be fetched.
pageNumberinteger · int32OptionalDefault:
The page number for pagination. Defaults to 1.
1
pageSizeinteger · int32OptionalDefault:
The number of records per page. Defaults to 10.
10
collectionIdinteger · int32OptionalDefault:
-1
Responses
200
Success: Returns a paginated list of test runs along with metadata.
400
Bad Request: If the provided emailId is empty or invalid, or if pageNumber or pageSize is less than 1.
404
Not Found: No test runs found for the provided email ID.
500
Internal Server Error: An error occurred while retrieving test runs.
get
GET /TestRun/GetAllTestRunsOfSpecificAccessLazyLoading HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content