rt_ticket_attachments: Get a ticket's attachments

Description Usage Arguments Value Examples

View source: R/rt_ticket_attachments.R

Description

Retrieves attachment metadata for a ticket in a tabular form.

Usage

1

Arguments

ticket_id

(numeric) The ticket identifier

...

Other arguments passed to rt_POST

Value

Either a data.frame or tibble of the attachments.

Examples

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)

NCEAS/rt documentation built on June 7, 2021, 11 a.m.