View or Run in postman
API Endpoint
{{apiUrl}}/api/v2/category/labels
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}}
|
Request Query Parameter
startAt | {{startAt}}
|
limit | {{limit}}
|
Response Body
success:
A boolean indicating whether the request was successful.message:
A message providing additional details about the response.pagination:
Provides information about the pagination of the data.total: Total number of labels available.startAt: The starting point for the data returned.limit: The number of labels that can be retrieved per request.
data:
A list of Test Case labels returned from the API. Each label has anamefield.
