getAllTickets {zendeskR} | R Documentation |
This function is used to return all tickets stored in your organization.
## Admin only
getAllTickets()
This function can only be used by Admins within your organization. Tickets are ordered chronologically by created date, from oldest to newest.
returns a data.frame of all tickets ordered chronologically by created date, from oldest to newest.
Tanya Cashorali
http://developer.zendesk.com/documentation/rest_api/tickets.html
## Not run:
## This requires Zendesk authentication
tickets <- getAllTickets()
## End(Not run)