Skip to main content
All CollectionsAPI & IntegrationsAPI CollectionTest Plans
GET Test Cases from Advanced Test Plan (ATP)
GET Test Cases from Advanced Test Plan (ATP)

This endpoint makes an HTTP GET request to retrieve test cases for a specific test plan (Advanced Test Plan) .

Updated this week

The request includes query parameters for the test plan key, test plan issue key, testPlanFolderPath, iteration number, project key, start index, and limit.

{{apiUrl}}/api/{{nodeApiVersion}}/testPlan/testCases?testPlanKey={{testPlanKey}}&testPlanIssueKey={{testPlanIssueKey}}&iterationNumber={{iteratIonNumber}}&projectKey={{projectKey}}

HEADERS


Authorization

{{vansahConnectToken}}

Generate a Token from Vansah

PARAMS


testPlanKey

{{testPlanKey}}

Required Test Plan Key e.g TP-P

testPlanIssueKey

{{testPlanIssueKey}}

Required Advanced Test Plan Requirement Issue Key ; if testPlanFolderPath is not provided

testPlanFolderPath

{{testPlanFolderPath}}

Required Advanced Test Plan Requirement Test Folder Path ; if testPlanIssueKey is not provided

iterationNumber

{{iteratIonNumber}}

Optional Test Plan Iteration Number

projectKey

{{projectKey}}

Mandatory Project Key is required when using Vansah Connect API Token

startAt

{{startAt}}

Optional Rows start at e.g start at 5 out of 15 rows , it will fetch 10 rows from 5 to 15 (for pagination)

limit

{{limit}}

Optional Number of rows to be displayed , default 50

Did this answer your question?