Skip to content
Testslick Documentation
Main Navigation
Home
Guide
Api
Agent
Appearance
Menu
Return to top
GET /api/orgs/{org}/projects/{prj}/runs/{id}/units/{unitId}/comments
GET
/api/orgs/{org}/projects/{prj}/runs/{id}/units/{unitId}/comments
Authorizations
Testslick OpenAPI Security Scheme
Authentication
Type
OpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)
Parameters
Path Parameters
id
*
Type
string
Required
org
*
Type
string
Required
prj
*
Type
string
Required
unitId
*
Type
string
Required
Query Parameters
archived
Type
boolean
limit
Type
integer
format
int32
offset
Type
integer
format
int32
search
Type
string
sort
Type
string
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}/runs/{id}/units/{unitId}/comments
Playground
Authorization
Testslick OpenAPI Security Scheme
Variables
Key
Value
id
*
org
*
prj
*
unitId
*
archived
limit
offset
search
sort
Try it out
Samples
Powered by
VitePress OpenAPI
GET /api/orgs/{org}/projects/{prj}/runs/{id}/units/{unitId}/comments
Authorizations
Authentication
Parameters
Path Parameters
Query Parameters
int32
int32
Responses
Playground
Authorization
Variables
Samples