rt (version 1.0.1)

rt_ticket_attachments: 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 rt_POST

Value

Either a data.frame or tibble of the attachments.

Examples

Run this code
# NOT RUN {
# Given a ticket exists with id '2', we can get its attachments as a table
rt_ticket_attachments(2)
# }

Run the code above in your browser using DataLab