Learn R Programming

zendeskR (version 0.4)

getAllTickets: getAllTickets

Description

This function is used to return all tickets stored in your organization.

Usage

## Admin only getAllTickets()

Arguments

Value

returns a data.frame of all tickets ordered chronologically by created date, from oldest to newest.

Details

This function can only be used by Admins within your organization. Tickets are ordered chronologically by created date, from oldest to newest.

References

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

Examples

Run this code
## Not run: 
#     ## This requires Zendesk authentication
#     tickets <- getAllTickets()
# ## End(Not run)

Run the code above in your browser using DataLab