Skip to content
Testslick Documentation
Main Navigation
Home
Guide
Api
Agent
Appearance
Menu
Return to top
GET /api/orgs/{org}/projects/{prj}/comments
GET
/api/orgs/{org}/projects/{prj}/comments
Authorizations
Testslick OpenAPI Security Scheme
Authentication
Type
OpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)
Parameters
Path Parameters
org
*
Type
string
Required
prj
*
Type
string
Required
Query Parameters
archived
Type
boolean
issueIds
Type
array
limit
Type
integer
format
int32
offset
Type
integer
format
int32
repositoryIds
Type
array
requirementIds
Type
array
search
Type
string
sort
Type
string
suiteIds
Type
array
testIds
Type
array
type
Type
string
Enum
ISSUE
REQUIREMENT
SUITE
TEST
REPO
BOARD
Responses
200
401
403
OK
Content-Type
application/json
Schema
JSON
JSON
{
"data"
:
[
{
"id"
:
"string"
,
"oid"
:
"string"
,
"pid"
:
"string"
,
"testId"
:
"string"
,
"issueId"
:
"string"
,
"requirementId"
:
"string"
,
"suiteId"
:
"string"
,
"repositoryId"
:
"string"
,
"content"
:
"string"
,
"edited"
:
true
,
"createdAt"
:
"2022-03-10T12:15:50"
,
"createdBy"
:
"string"
,
"updatedAt"
:
"2022-03-10T12:15:50"
,
"updatedBy"
:
"string"
}
]
,
"sort"
:
[
{
"by"
:
"string"
,
"direction"
:
"string"
,
"nullsFirst"
:
"string"
}
]
,
"range"
:
{
"offset"
:
0
,
"limit"
:
0
,
"total"
:
0
}
,
"filters"
:
{
"additionalProperties"
:
{
}
}
}
GET
/api/orgs/{org}/projects/{prj}/comments
Playground
Authorization
Testslick OpenAPI Security Scheme
Variables
Key
Value
org
*
prj
*
archived
issueIds
limit
offset
repositoryIds
requirementIds
search
sort
suiteIds
testIds
type
Select...
Try it out
Samples
Powered by
VitePress OpenAPI
GET /api/orgs/{org}/projects/{prj}/comments
Authorizations
Authentication
Parameters
Path Parameters
Query Parameters
int32
int32
ISSUE
REQUIREMENT
SUITE
TEST
REPO
BOARD
Responses
Playground
Authorization
Variables
Samples