Skip to content

GET /api/orgs/{org}/projects/{prj}/tagrefs

GET
/api/orgs/{org}/projects/{prj}/tagrefs

Authorizations

Testslick OpenAPI Security Scheme

Authentication

TypeOpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)

Parameters

Path Parameters

org*
Typestring
Required
prj*
Typestring
Required

Query Parameters

issueIds
Typearray
requirementIds
Typearray
runIds
Typearray
tagIds
Typearray
testIds
Typearray

Responses

OK
application/json
JSON
[
{
"id": "string",
"tagId": "string",
"tagName": "string",
"issueId": "string",
"testId": "string",
"requirementId": "string"
}
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI