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