SystemCallCenterEnhancedReportingScheduledTaskParametersGetRequest25
Bases: OCIRequest
Request to get the system settings for the call center enhanced reporting scheduling tasks. The response is either a SystemCallCenterEnhancedReportingScheduledTaskParametersGetResponse25 or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemCallCenterEnhancedReportingScheduledTaskParametersGetRequest25.
Attributes:
scheduled_report_search_interval_minutes (int):
maximum_scheduled_reports_per_interval (int):
delete_scheduled_report_days_after_completion (int):
call_center_event_mode (str):
use_dialed_address_for_remote_number (bool):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemCallCenterEnhancedReportingScheduledTaskParametersGetRequest25
client = Client()
command = SystemCallCenterEnhancedReportingScheduledTaskParametersGetRequest25()
response = client.command(command)
print(response)