Last data update: 2014.03.03

R: getAllTickets
getAllTicketsR 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)

Results