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'{
description: Unauthorized.
}description: Forbidden.description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'description: Block Unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceUnavailableErrorDTO'Last updated