Retrieves and decrypts the file associated with the discussion from IPFS

GET /policy-comments/{policyId}/{documentId}/discussions/{discussionId}/comments/file/{cid}

Retrieves and decrypts the file associated with the discussion from IPFS

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

cid

string

File cid

Response

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

Last updated