GetTestRunExecutionDetailsByCollectionId

Retrieves the details of test run executions for a specific collection from the database.

get
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.
get
GET /TestRunExecutionDetails/GetTestRunExecutionDetailsByCollectionId?collectionId=1 HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content