R/rt_ticket_history_entry.R
rt_ticket_history_entry.RdGets the history information for a single history item
rt_ticket_history_entry(ticket_id, history_id, ...)
| ticket_id | (numeric) The ticket identifier |
|---|---|
| history_id | (numeric) The history entry identifier |
| ... | Other arguments passed to |
(rt_api) An rt_api object with the response
if (FALSE) { # Get the history entry for ticket 992 and history id 123 rt_ticket_history(992, 123) }