Method: PureCloud::ConfigurationApi#get_recordingkeys_rotationschedule
- Defined in:
- lib/purecloud/api/configuration_api.rb
#get_recordingkeys_rotationschedule(opts = {}) ⇒ KeyRotationSchedule
Get key rotation schedule
133 134 135 136 |
# File 'lib/purecloud/api/configuration_api.rb', line 133 def get_recordingkeys_rotationschedule(opts = {}) data, status_code, headers = get_recordingkeys_rotationschedule_with_http_info(opts) return data end |