Retrieves attachment metadata for a ticket in a tabular form.

rt_ticket_attachments(ticket_id, ...)

Arguments

ticket_id

(numeric) The ticket identifier

...

Other arguments passed to rt_POST

Value

Either a data.frame or tibble of the attachments.

Examples

if (FALSE) { # Given a ticket exists with id '2', we can get its attachments as a table rt_ticket_attachments(2) }