Returns the count of the messages in the target discussion

GET /policy-comments/{policyId}/{documentId}/comments/count

Returns the count of the messages in the target discussion

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

policyId

string

Policy ID

documentId

string

Document Identifier

Response

description: Successful operation.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PolicyCommentDTO'

Last updated