Projects
Get Projects
GET
https://[customer].testresults.io/api/projects
Gets all active (without archive) projects.
Headers
Authentication
string
Authentication token (Bearer Token) is a unique identifier of an application requesting access to your service. (!) Do not forget to add "Bearer" word and space before token string. Example: "Brearer yourtokenstring"
Get recent Projects
GET
https://[customer].testresults.io/api/projects/recent
Gets all recently opened projects.
Headers
Authentication
string
Authentication token
Get favorites Projects
GET
https://[customer].testresults.io/api/projects/favorites
Gets all favorites projects.
Headers
Authentication
string
Authentication token
Get archive Projects
GET
https://[customer].testresults.io/api/projects/archive
Gets all archive projects.
Headers
Authentication
string
Authentications token
Get Project details
GET
https://[customer].testresults.io/api/projects/:pId
Gets project details.
Path Parameters
pId
string
Project ID
Headers
Authentication
string
Authentication token
Create new Project
POST
https://[customer].testresults.io/api/projects
Creates a new project.
Headers
Authentication
string
Authentication token
Request Body
Name
string
Project name
Description
string
Project description
Update Project
PUT
https://[customer].testresults.io/api/projects/:pId
Updates an existing project.
Path Parameters
pId
string
Project ID
Headers
Authentication
string
Authentication token
Request Body
DataVersion
string
Data Version of project
Id
string
Project ID
Description
string
Project description
Name
string
Project name
Archived
boolean
The flag indicating that the project is in the archive or not
ReportTemplateId
string
Report Template ID
Remove Project
DELETE
https://[customer].testresults.io/api/projects/:pId
Removes an existing project.
Path Parameters
pId
string
Project ID
Headers
Authentication
string
Authentication token
Last updated