getAllTickets: getAllTickets

Description Usage Details Value Author(s) References Examples

Description

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

Usage

1
2
## 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

1
2
3
4
5
## Not run: 
    ## This requires Zendesk authentication
    tickets <- getAllTickets()

## End(Not run)

zendeskR documentation built on May 2, 2019, 9:34 a.m.