Last data update: 2014.03.03

R: getAllSatisfactionRatings
getAllSatisfactionRatingsR Documentation

getAllSatisfactionRatings

Description

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

Usage

## Admin only
getAllSatisfactionRatings()

Details

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

Value

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

Author(s)

John Hornbeck

References

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

Examples

## Not run: 
    ## This requires Zendesk authentication
    satisfaction_ratings <- getAllSatisfactionRatings()

## End(Not run)

Results