get https://api.banking.netevia.dev/api/tickets/attachment
Endpoint: GET https://api.banking.netevia.dev/api/tickets/attachment
GET https://api.banking.netevia.dev/api/tickets/attachment
Description:
This API endpoint allows users to retrieve an attachment associated with a specific ticket by providing the ticket ID and the attachment's file name.
Query Parameters:
ticketId
(int32): The unique identifier of the ticket associated with the attachment.fileName
(string): The name of the file attachment to retrieve.
Usage Notes:
- This API is used to retrieve specific files that were attached to support tickets.
- The combination of ticketId and fileName ensures that the correct attachment is retrieved.