Favorites
Mark Project as favorite
POST
https://[customer].testresults.io/api/favorites/project
Marks the project as a favorite.
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Request Body
Name | Type | Description |
---|---|---|
ForeignId | string | Project ID |
Unmark favorite Project
DELETE
https://[customer].testresults.io/api/favorites/project/:pId
Removes a project from favorite projects. Makes it a regular project.
Path Parameters
Name | Type | Description |
---|---|---|
pId | string | Project ID |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Mark Test Case as favorite
POST
https://[customer].testresults.io/api/favorites/testcase
Marks Test Case as a favorite.
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Request Body
Name | Type | Description |
---|---|---|
ForeignId | string | Test Case ID |
Unmark favorite Test Case
DELETE
https://[customer].testresults.io/api/favorites/testcase/:tcId
Removes Test Case from favorite Test Cases. Makes it a regular Test Case.
Path Parameters
Name | Type | Description |
---|---|---|
tcId | string | Test Case ID |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Mark Test Set as favorite
POST
https://[customer].testresults.io/api/favorites/testset
Marks Test Set as a favorite.
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Request Body
Name | Type | Description |
---|---|---|
ForeignId | string | Test Set ID |
Unmark favorite Test Set
DELETE
https://[customer].testresults.io/api/favorites/testset/:tsId
Removes Test Set from favorite Test Sets. Makes it a regular Test Set.
Path Parameters
Name | Type | Description |
---|---|---|
tsId | string | Test Set ID |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Last updated