Returns the list of private keys for the target document

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

Returns the list of private keys for the target document

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

Response

description: Successful operation.
          content:
            application/json:
              schema:
                type: string
                format: binary

Last updated