# Get 'Invoicerelatedpdffile' Endpoint: GET /accounting/pdf/invoicerelatedpdffile/{pk}/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Path parameters: - `pk` (string, required) ## Response 200 fields (application/json): - `id` (string, required) Additional Validation Information: Must be unique - `invoice` (object, required) - `invoice.id` (string) - `triggering_kind` (integer, required) Enum: 0, 1, 2, 4, 5 - `pdf_file` (object, required) - `pdf_file.name` (string) wanted filename of the file - `pdf_file.md5_hash` (string) base64 encoded md5hash of the file - `pdf_file.get` (string) - `pdf_file.post` (object) - `pdf_file.post.url` (string) - `pdf_file.post.fields` (object) - `meta_company_fui` (string,null) - `meta_pg` (string,null) - `meta_bic` (string,null) - `meta_account_number` (string,null) - `meta_company_gln13` (string,null) - `meta_ocr` (string,null) - `recipients` (array) - `organization` (object,null) - `meta_bg` (string,null) - `meta_total_value` (number,null) - `created_at` (string) - `meta_expiration_date` (string,null) - `meta_invoice_date` (string,null) - `meta_company_org_no` (string,null) - `custom_id` (string,null) - `meta_invoice_number` (string,null) - `meta_iban_number` (string,null) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields