Favorites

Mark Project as favorite

POST https://[customer].testresults.io/api/favorites/project

Marks the project as a favorite.

Headers

NameTypeDescription

Authentication

string

Authentication token

Request Body

NameTypeDescription

ForeignId

string

Project ID

null

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

NameTypeDescription

pId

string

Project ID

Headers

NameTypeDescription

Authentication

string

Authentication token

Mark Test Case as favorite

POST https://[customer].testresults.io/api/favorites/testcase

Marks Test Case as a favorite.

Headers

NameTypeDescription

Authentication

string

Authentication token

Request Body

NameTypeDescription

ForeignId

string

Test Case ID

null

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

NameTypeDescription

tcId

string

Test Case ID

Headers

NameTypeDescription

Authentication

string

Authentication token

Mark Test Set as favorite

POST https://[customer].testresults.io/api/favorites/testset

Marks Test Set as a favorite.

Headers

NameTypeDescription

Authentication

string

Authentication token

Request Body

NameTypeDescription

ForeignId

string

Test Set ID

null

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

NameTypeDescription

tsId

string

Test Set ID

Headers

NameTypeDescription

Authentication

string

Authentication token

Last updated