Returns the list of messages for the target discussion

POST /policy-comments/{policyId}/{documentId}/discussions/{discussionId}/comments/search

Returns the list of messages for 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

discussionId

string

Discussion Identifier

readonly

boolean

ReadOnly

Response

description: Successful operation.
          headers:
            X-Total-Count:
              schema:
                type: integer
              description: Total items in the collection.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/PolicyCommentDTO'

Last updated