Appearance
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
Requiredprj*
Typestring
RequiredQuery 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"
}
]