Function get_distinct_call
Source pub fn get_distinct_call(config: &str, dfcall_id: i64) -> Result<Value>
Expand description
Get a single distinct call by ID
§Arguments
config - Configuration JSON string
dfcall_id - Distinct call ID
§Returns
JSON Value representing the distinct call record
§Errors
NotFound if call ID doesn’t exist