Skip to main content

GET List Test Case Types

This endpoint fetches the list of Test Case types associated with an existing project

Retrieves the available test case types configured for a specific project.

View or Run in Postman


API Endpoint


{{apiUrl}}/api/v2/category/caseTypes

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

Request Query Parameters


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

projectKey

{{projectKey}}

Jira Project Key (Required for connect API calls), e.g. ("TEST", "PRODAPP")

Did this answer your question?