v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Attachments

Get shared attachment download URL

Generate a signed download URL for a shared attachment linked to comments, evidence records, or compliance workflow reviews.

get/v1/attachments/{attachmentId}/download

Path parameters

attachmentIdstring required
Example:att_abc123def456

Unique attachment identifier

Response

Download URL generated successfully

downloadUrlstring

Signed URL for downloading the file

expiresInnumber

URL expiration time in seconds

Example response

{
  "downloadUrl": "https://bucket.s3.amazonaws.com/path/to/file.pdf?signature=...",
  "expiresIn": 900
}