Retrieves attachment metadata for a ticket in a tabular form.
rt_ticket_attachments(ticket_id, ...)
ticket_id | (numeric) The ticket identifier |
---|---|
... | Other arguments passed to |
Either a data.frame
or tibble
of the attachments.
if (FALSE) { # Given a ticket exists with id '2', we can get its attachments as a table rt_ticket_attachments(2) }