Method: PureCloud::QualityApi#get_publishedforms
- Defined in:
- lib/purecloud/api/quality_api.rb
#get_publishedforms(opts = {}) ⇒ EvaluationFormEntityListing
Get the published evaluation forms.
1290 1291 1292 1293 |
# File 'lib/purecloud/api/quality_api.rb', line 1290 def get_publishedforms(opts = {}) data, status_code, headers = get_publishedforms_with_http_info(opts) return data end |