Skip to main content
All CollectionsAPI & IntegrationsAPI CollectionTest Plans
GET Test Cases from Standard Test Plans
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 this week

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}}

HEADERS


Authorization

{{vansahConnectToken}}

Generate a Token from Vansah

PARAMS


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?