GetTestRunsByCollectionId
Authorizations
Query parameters
collectionIdinteger · int32Optional
The ID of the collection for which the test runs are being fetched.
Responses
200
Success: Returns a list of test runs associated with the provided collection ID.
400
Bad Request: The request failed due to invalid parameters or a processing error.
404
Not Found: No test runs found for the given collection ID.
500
Internal Server Error: An error occurred while retrieving test runs from the database.
get
GET /TestRun/GetTestRunsByCollectionId HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content