Skip to content

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

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

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

archived
Typeboolean
issueIds
Typearray
limit
Typeinteger
formatint32
offset
Typeinteger
formatint32
repositoryIds
Typearray
requirementIds
Typearray
search
Typestring
sort
Typestring
suiteIds
Typearray
testIds
Typearray
type
Typestring
Enum
ISSUEREQUIREMENTSUITETESTREPOBOARD

Responses

OK
application/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": {
}
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI