rt_ticket_history_entry: Gets the history information for a single history item

Description Usage Arguments Value Examples

View source: R/rt_ticket_history_entry.R

Description

Gets the history information for a single history item

Usage

1
rt_ticket_history_entry(ticket_id, history_id, ...)

Arguments

ticket_id

(numeric) The ticket identifier

history_id

(numeric) The history entry identifier

...

Other arguments passed to rt_GET

Value

(rt_api) An rt_api object with the response

Examples

1
2
3
4
5
## Not run: 
# Get the history entry for ticket 992 and history id 123
rt_ticket_history(992, 123)

## End(Not run)

rt documentation built on May 15, 2021, 9:06 a.m.