SystemCallCenterEnhancedReportingReportTemplateGetListRequest
Bases: OCIRequest
Request to get system level call center report template list. The response is either a SystemCallCenterEnhancedReportingReportTemplateGetListResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemCallCenterEnhancedReportingReportTemplateGetListRequest. Contains a table with column headings: "Name", "Description", "Is Custom", "Type" and "Enabled"
Attributes:
report_template_table (OCITable):
Source code in src/mercury_ocip_fast/commands/commands.py
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemCallCenterEnhancedReportingReportTemplateGetListRequest
client = Client()
command = SystemCallCenterEnhancedReportingReportTemplateGetListRequest()
response = client.command(command)
print(response)