rt_ticket_attachments {rt} | R Documentation |
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.
## Not run:
# Given a ticket exists with id '2', we can get its attachments as a table
rt_ticket_attachments(2)
## End(Not run)