Skip to main content

GET List Test Cases

This API retrieves all the Test Cases Linked to any Requirement

Updated over a week ago

API Endpoint


View or Run in Postman


Headers


Authorization

{{vansahConnectToken}}


Generate a Token from Vansah

Request Query Parameter


Parameter

Type

Required

Description

Default

Supported Values

headline

String

No

Specifies the test case headline.

issueKey

String

No

Specifies the associated Jira issue key.

testFolderIdentifier

String

No

Specifies the identifier or path of the test folder.

projectKey

String

Yes*

Specifies the project key. Required when using a Vansah Connect API Token.

assigneeJiraID

String

No

Specifies the Jira Account ID of the assigned user.

caseTypeIdentifier

String

No

Specifies the case type GUID.

caseTypeName

String

No

Specifies the case type name (e.g., "Functional").

labelName

String

No

Specifies the label name associated with the test case.

sortOrder

String

No

Defines the sorting order for the data.

asc

asc, desc

sortBy

String

No

Defines the field used for sorting results.

headline

script, defect, testRunKey, etc.

caseKey

String

No

Specifies the formatted test case key (e.g., SIP-C23). Supports comma-separated values.

caseIdentifier

String

No

Specifies the GUID of the test case.

ignoreChildResult

Integer

No

Indicates whether to ignore child test folder results (1 = true, 0 = false).

0

0, 1

startAt

Integer

No

Starting row index for pagination.

limit

Integer

No

Number of rows to return.

50


Did this answer your question?