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