getTicket {zendeskR} | R Documentation |
This function is used to return ticket information for a given ticket ID
getTicket(ticket.id)
ticket.id |
A Zendesk ticket ID number (e.g.888) |
This function will return a data.frame of ticket information for a given ticket.id. The fields key will be returned within the data.frame as a list.
returns a data.frame of ticket information for the given ticket.id
Tanya Cashorali
http://developer.zendesk.com/documentation/rest_api/tickets.html
## Not run:
## This requires Zendesk authentication
ticket <- getTicket(ticket.id)
## End(Not run)