SystemCallCenterEnhancedReportingDataTemplateGetListRequest
Bases: OCIRequest
Request to get the list of data template and the corresponding information in the system. The response is either a SystemCallCenterEnhancedReportingDataTemplateGetListResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemCallCenterEnhancedReportingDataTemplateGetListRequest.
Attributes:
info (Optional[List[CallCenterReportDataTemplateInfo]]):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemCallCenterEnhancedReportingDataTemplateGetListRequest
client = Client()
command = SystemCallCenterEnhancedReportingDataTemplateGetListRequest()
response = client.command(command)
print(response)