Test Reports
Get Test Report details
GET
https://[customer].testresults.io/api/projects/:pId/testcases/:tcId/testplans/:tpId/testreports/:trId
Gets Test Report details.
Path Parameters
pId
string
Project ID
tcId
string
Test Case ID
tpId
string
Test Plan ID
trId
string
Test Report ID
Headers
Authentication
string
Authentication token
Get Test report details (permanent URL)
GET
https://[customer].testresults.io/api/projects/0/testcases/0/testplans/0/testreports/:trId
Path Parameters
trId
string
Test Report ID
Headers
Authentication
string
Authentication token
Update Test Report
PUT
https://[customer].testresults.io/api/projects/:pId/testcases/:tcId/testplans/:tpId/testreports/:trId
Updates an existing Test Report.
Path Parameters
pId
string
Project ID
tcId
string
Test Case ID
tpId
string
Test Plan ID
trId
string
Test Report ID
Headers
Authentication
string
Authentication token
Request Body
Status
string
new Status
Comment
string
Comment (for "Investigation" status)
Get Instances
GET
https://[customer].testresults.io/api/projects/:pId/testcases/:tcId/testplans/:tpId/testreports/:trId/instances
Gets all Instances for the selected Test Report.
Path Parameters
pId
string
Project ID
tcId
string
Test Case ID
tpId
string
Test Plan ID
trId
string
Test Report ID
Headers
Authentication
string
Authentication token
Get Instance details
GET
https://[customer].testresults.io/api/projects/:pId/testcases/:tcId/testplans/:tpId/testreports/:trId/instances/:iId
Gets Instance details.
Path Parameters
pId
string
Project ID
tcId
string
Test Case ID
tpId
string
Test Plan ID
trId
string
Test Report ID
iId
string
Instance ID
Headers
Authentication
string
Authentication token
Get debug info
GET
https://[customer].testresults.io/api/projects/0/testcases/0/testplans/0/testreports/:trId/debug
Gets debug data by Test Report.
Path Parameters
trId
string
Test Report ID
Headers
Authentication
string
Authentication token
Last updated