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