Skip to main content
POST
/
comment
/
concat
Get comments for concat
curl --request POST \
  --url https://api.example.com/comment/concat \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "slug": "court-dismissed-lawsuits-and-decision-is-reasonable-and-firearms-are-prohibited-but-ban-woul-ckqqi4bit",
  "languageId": 1,
  "orderBy": "<string>",
  "includeHeavyObjects": true,
  "page": 1,
  "pageSize": 10
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
slug
string
default:court-dismissed-lawsuits-and-decision-is-reasonable-and-firearms-are-prohibited-but-ban-woul-ckqqi4bit
required
Minimum string length: 1
languageId
integer<int32>
default:1
orderBy
string | null
includeHeavyObjects
boolean | null
page
integer<int32>
default:1
pageSize
integer<int32>
default:10

Response

Success

success
boolean
data
unknown