Test Sets
Get Test Sets
GET
https://[customer].testresults.io/api/projects/:pId/testsets
Gets all active (without archive) Test Sets.
Path Parameters
pId
string
Project ID
Headers
Authentication
string
Authentication token
Get archive Test Sets
GET
https://[customer].testresults.io/api/projects/:pId/testsets/archive
Gets all archive Test Sets.
Path Parameters
pId
string
Project ID
Headers
Authentication
string
Authentication token
Get recent Test Sets
GET
https://[customer].testresults.io/api/projects/:pId/testsets/recent
Gets all recently opened Test Sets
Path Parameters
pId
string
Project ID
Headers
Authentication
string
Authentication token
Get Test Sets by Test Case
GET
https://[customer].testresults.io/api/projects/:pId/testcases/:tcId/testsets
Gets Test Sets where current Test Case is included.
Path Parameters
pId
string
Project ID
tcId
string
Test Case ID
Headers
Authentication
string
Authentication token
Get Test Set by archive Test Case
GET
https://[customer].testresults.io/api/projects/:pId/testcases/:tcId/testsets/archive
Gets Test Sets where current archived Test Case is included.
Path Parameters
pId
string
Project ID
tcId
string
Test Case ID
Headers
Authentication
string
Authentication token
Get Test Set details
GET
https://[customer].testresults.io/api/projects/:pId/testsets/:tsId
Gets Test Sets details.
Path Parameters
pId
string
Project ID
tsId
string
Test Set ID
Headers
Authentication
string
Authentication token
Get Test Set details (permanent URL)
GET
https://[customer].testresults.io/api/projects/0/testsets/:tsId
Gets Test Sets details for permanent URL.
Path Parameters
tsId
string
Test Set ID
Headers
Authentication
string
Authentication token
Create Test Set
POST
https://[customer].testresults.io/api/projects/:pId/testsets
Creates new Test Set.
Path Parameters
pId
string
Project ID
Headers
Authentication
string
Authentication token
Request Body
Name
string
Test Set Name
Description
string
Test Set Description
Update Test Set
GET
https://[customer].testresults.io/api/projects/:pId/testsets/:tsId
Updates an existing Test Set.
Path Parameters
pId
string
Project ID
tsId
string
Test Set ID
Headers
Authentication
string
Authentication token
Request Body
Id
string
Test Set ID
TestCases
array
Array of included Test Cases
Archived
boolean
Archive flag
DataVersion
string
Data Version of Test Set
Description
string
Test Set Description
LastExecuted
string
Date in UTC format
LastExecutionStatistic
object
Last Execution statistics
LastRunDuration
string
Duration in format "hh:mm:ss"
LastSubjectId
string
Last Software Version ID
LastSwIdentifier
string
Last Software Version Identifier
LastSwName
string
Last Software Version Name
Name
string
Test Set Name
Priority
string
Priority
ProjectId
string
Project ID
SelectedEnvironmentId
string
Selected Environment ID
SelectedSubjectId
string
Selected Software Versio ID
StopOnFailure
boolean
Stop On Failure flag
Tags
string
Test Set tags
TimeOut
number
Timeout in minutes
Delete Test Set
DELETE
https://[customer].testresults.io/api/projects/:pId/testsets/:tsId
Removes an existing Test Set.
Path Parameters
pId
string
Project ID
tsId
string
Test Set ID
Headers
Authentication
string
Authentication token
Last updated
Was this helpful?