Skip to content

CaseType

parkd126 edited this page Dec 7, 2018 · 5 revisions

Overview

Category used to identify and describe the purpose of a particular test case

Fields

Name Type Description Request Methods
id Int The unique ID of the case type getCaseTypes
isDefault Boolean The is_default field is true for the default case type and false otherwise. getCaseTypes
name String Name of the case type getCaseTypes

Methods

GET Requests:


1. getCaseTypes

Description:

Returns a list of available case types.

Returns:
Example:
val caseTypesList = CaseType().getCaseTypes()

 

Clone this wiki locally