Learn R Programming

zendeskR (version 0.4)

getTicket: getTicket

Description

This function is used to return ticket information for a given ticket ID

Usage

getTicket(ticket.id)

Arguments

ticket.id
A Zendesk ticket ID number (e.g.888)

Value

returns a data.frame of ticket information for the given ticket.id

Details

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.

References

http://developer.zendesk.com/documentation/rest_api/tickets.html

Examples

Run this code
## Not run: 
#     ## This requires Zendesk authentication
#     ticket <- getTicket(ticket.id)
# ## End(Not run)

Run the code above in your browser using DataLab