GetTestRunExecutionDetailsByCollectionId
Authorizations
Query parameters
collectionIdinteger · int32Required
The ID of the collection for which test run execution details are to be fetched.
Responses
200
Success: The test run execution details for the specified collection were successfully fetched.
400
Bad Request: An error occurred while fetching the test run execution details.
get
GET /TestRunExecutionDetails/GetTestRunExecutionDetailsByCollectionId?collectionId=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content