Skip to main content

SzConfigTool_getDistinctCall

Function SzConfigTool_getDistinctCall 

Source
#[unsafe(no_mangle)]
pub extern "C" fn SzConfigTool_getDistinctCall( config_json: *const c_char, dfcall_id: i64, ) -> SzConfigTool_result
Expand description

Get a distinct call by ID

Returns JSON representing the distinct call record.

§Parameters

  • config_json: Configuration JSON string
  • dfcall_id: Distinct call ID

§Returns

SzConfigTool_result with JSON record or error

§Memory

Caller must free result.response with SzConfigTool_free()