v1

latestOpenAPI 3.0.0Apache 2.02026-07-2483101116.9 KB
cases

Get all test cases

This method allows to retrieve all test cases stored in selected project.

get/case/{code}

Path parameters

codestring required

Code of project, where to search entities.

Query parameters

searchstring

Provide a string that will be used to search by name.

milestone_idinteger

ID of milestone.

suite_idinteger

ID of test suite.

severitystring

A list of severity values separated by comma. Possible values: undefined, blocker, critical, major, normal, minor, trivial

prioritystring

A list of priority values separated by comma. Possible values: undefined, high, medium, low

typestring

A list of type values separated by comma. Possible values: other, functional, smoke, regression, security, usability, performance, acceptance

behaviorstring

A list of behavior values separated by comma. Possible values: undefined, positive, negative, destructive

automationstring

A list of values separated by comma. Possible values: is-not-automated, automated, to-be-automated

statusstring

A list of values separated by comma. Possible values: actual, draft, deprecated

external_issues[type]'asana' | 'azure-devops' | 'clickup-app' | 'github-app' | 'gitlab-app' | 'jira-cloud' | 'jira-server' | 'linear' | 'monday' | 'redmine-app' | 'trello-app' | 'youtrack-app'

An integration type.

external_issues[ids][]string[]

A list of issue IDs.

includestring

A list of entities to include in response separated by comma. Possible values: external_issues.

limitinteger

A number of entities in result set.

offsetinteger

How many entities should be skipped.

Response

A list of all cases.

statusboolean