Skip to content
parkd126 edited this page Dec 27, 2018 · 6 revisions

Overview

Data type used for indicating the status of a test.

Fields

Name Type Description Request Methods
colorBright Long RGB Integer for status color bright getStatuses
colorDark Long RGB Integer for status color dark getStatuses
colorMedium Long RGB Integer for status color medium getStatuses
id Int The unique ID of the status getStatuses
isFinal Boolean True if the status is final and unchangeable. False otherwise. getStatuses
isSystem Boolean True if the status is a default status provided by TestRail. False otherwise. getStatuses
isUntested Boolean True if the status indicates that the test has not been completed. False otherwise. getStatuses
label String The display name for the status getStatuses
name String The internal system name for the status getStatuses

Methods

GET Requests:


1. getStatuses

Description:

Returns a list of available test statuses.

Returns:
Example:
val someStatusesList = Status().getStatuses()

 

Clone this wiki locally