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}}
|
Query Parameter
testPlanKey | {{testPlanKey}}
|
iterationNumber | {{iteratIonNumber}}
|
projectKey | {{projectKey}}
|
startAt | {{startAt}}
|
limit | {{limit}}
|
