Method: PureCloud::QualityApi#get_forms
- Defined in:
- lib/purecloud/api/quality_api.rb
#get_forms(opts = {}) ⇒ EvaluationFormEntityListing
Get the list of evaluation forms
943 944 945 946 |
# File 'lib/purecloud/api/quality_api.rb', line 943 def get_forms(opts = {}) data, status_code, headers = get_forms_with_http_info(opts) return data end |