rt_ticket_history: Get ticket history

Description Usage Arguments Examples

View source: R/rt_ticket_history.R

Description

Retrieves information about the ticket history

Usage

1
rt_ticket_history(ticket_id, format = "l", ...)

Arguments

ticket_id

(numeric) The ticket identifier

format

(character) The format of the ticket history response. Either s (ticket ID and subject) or l (full ticket metadata). Defaults to l.

...

Other arguments passed to rt_GET

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Get the full ticket history
rt_ticket_history(992)

# Get just the ticket ID and subject
rt_ticket_history(992, format = "s")

## End(Not run)

amoeba/rt documentation built on March 7, 2020, 10:01 a.m.