Skip to content

Reportattachments

GetReportAttachments

Methode: GET

Endpoint: /v3/reports/{id}/attachments

Parameter Description Explanation
Id Order number
TypeFilter.Types Type of attachment CSR / ANR / RAR / REG

Example Request URL

https://api.crediconnect.ch/v3/reports/800001079/attachments?TypeFilter.Types=CSR

Example Response

{
   "totalCount": 2,
   "data":    [
            {
         "documentType": ["CSR"],
         "issuedOn": "2025-07-22T13:31:22",
         "file": "JVBERi0xL....3CiUlRU9GCg=="
      },
            {
         "documentType": ["CSR"],
         "issuedOn": "2024-09-13T13:15:21",
         "file": "JVBERi0xL....JUVPRgo="
      }
   ]
}