List files for invoice
GET/invoices/{invoiceId}/files
Returns all registered files related to the given invoice.
Audit event:
- invoice.files.list
Privilege (one of):
- finance-invoices.view
- finance-invoices-own.view
Errors:
- NOT_AUTHORIZED - Missing required privilege or not owner
- INVOICE_NOTFOUND - Invoice not found or wrong instance
- NOT_AUTHENTICATED - Not authenticated
- INT_APP_ERROR - Unexpected internal error
Request
Responses
- 200
- 401
- 404
- 500
List of invoice files
Not Authorized, Not Authenticated
Invoice not found
Internal Server Error