Method: PureCloud::FaxApi#get_summary
- Defined in:
- lib/purecloud/api/fax_api.rb
#get_summary(opts = {}) ⇒ FaxSummary
Get fax summary
322 323 324 325 |
# File 'lib/purecloud/api/fax_api.rb', line 322 def get_summary(opts = {}) data, status_code, headers = get_summary_with_http_info(opts) return data end |