Method: PureCloud::QualityApi#get_publishedforms_form_id
- Defined in:
- lib/purecloud/api/quality_api.rb
#get_publishedforms_form_id(form_id, opts = {}) ⇒ EvaluationForm
Get the published evaluation forms.
1352 1353 1354 1355 |
# File 'lib/purecloud/api/quality_api.rb', line 1352 def get_publishedforms_form_id(form_id, opts = {}) data, status_code, headers = get_publishedforms_form_id_with_http_info(form_id, opts) return data end |