nowcerts_callLogRecord_getCallLogRecords
Retrieve call log records from the NowCerts system using customizable filters to access and review communication history.
Instructions
Get call log records
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filters | No |
Input Schema (JSON Schema)
{
"properties": {
"filters": {
"type": "object"
}
},
"type": "object"
}