rt_ticket_attachments {rt} | R Documentation |
Get a ticket's attachments
Description
Retrieves attachment metadata for a ticket in a tabular form.
Usage
rt_ticket_attachments(ticket_id, ...)
Arguments
ticket_id |
(numeric) The ticket identifier |
... |
Other arguments passed to |
Value
Either a data.frame
or tibble
of the attachments.
Examples
## Not run:
# Given a ticket exists with id '2', we can get its attachments as a table
rt_ticket_attachments(2)
## End(Not run)
[Package rt version 1.1.0 Index]