Skip to main content

GET Test Cases from Standard Test Plans

This endpoint makes an HTTP GET request to retrieve test cases for a specific Standard test plan.

Updated over 2 weeks ago

API Endpoint


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

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

View or Run in Postman


HEADERS


To authenticate the API request, you need to provide the Vansah Connect Token that is generated from the Jira workspace's Vansah configuration page.

Authorization

{{vansahConnectToken}}


Generate a Token from Vansah

Query Parameter


testPlanKey

{{testPlanKey}}

Required Test Plan Key e.g TP-P

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?