SystemEnhancedCallLogsGetRequest22V2
Bases: OCIRequest
Request the system level data associated with Enhanced Call Logs. The response is either a SystemEnhancedCallLogsGetResponse22V2 or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemEnhancedCallLogsGetRequest22V2.
Attributes:
default_schema (Optional[str]):
max_non_paged_response_size (int):
ecl_query_application_url (Optional[str]):
ecl_query_data_repository_url (Optional[str]):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemEnhancedCallLogsGetRequest22V2
client = Client()
command = SystemEnhancedCallLogsGetRequest22V2()
response = client.command(command)
print(response)