Learn R Programming

zendeskR (version 0.4)

getAllTicketMetrics: getAllTicketMetrics

Description

This function is used to retrieve all ticket metrics from all tickets in your Zendesk organization

Usage

getAllTicketMetrics()

Arguments

Value

returns a data.frame of all ticket metrics for all tickets

Details

This function will return a data.frame containing all ticket metrics, such as latest_comment_added_at, first_resolution_time_in_minutes, etc. on every ticket.

References

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

Examples

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

Run the code above in your browser using DataLab