Skip to main content
POST
/
comment
/
hierarchy
Get comments for Comment Hierarchy
curl --request POST \
  --url https://api.example.com/comment/hierarchy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "concatSlug": "<string>",
  "levelsDeep": 2,
  "includeCounts": true,
  "languageID": 1,
  "editionID": 1
}
'
{
  "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
concatSlug
string
required
Minimum string length: 1
levelsDeep
integer<int32> | null
default:2
includeCounts
boolean | null
default:true
languageID
integer<int32>
default:1
editionID
integer<int32> | null
default:1

Response

Success

success
boolean
data
unknown