Learn R Programming

zendeskR (version 0.4)

getAllSatisfactionRatings: getAllSatisfactionRatings

Description

This function is used to return all satisfaction ratings for your organization.

Usage

## Admin only getAllSatisfactionRatings()

Arguments

Value

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

Details

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

References

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

Examples

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

Run the code above in your browser using DataLab