Description Usage Arguments Value Examples
View source: R/rt_ticket_attachments.R
Retrieves attachment metadata for a ticket in a tabular form.
| 1 | rt_ticket_attachments(ticket_id, ...)
 | 
| ticket_id | (numeric) The ticket identifier | 
| ... | Other arguments passed to  | 
Either a data.frame or tibble of the attachments.
| 1 2 3 4 5 | ## Not run: 
# Given a ticket exists with id '2', we can get its attachments as a table
rt_ticket_attachments(2)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.