Skip to main content

get_expression_call

Function get_expression_call 

Source
pub fn get_expression_call(config: &str, efcall_id: i64) -> Result<Value>
Expand description

Get a single expression call by ID

§Arguments

  • config - Configuration JSON string
  • efcall_id - Expression call ID

§Returns

JSON Value representing the expression call record

§Errors

  • NotFound if call ID doesn’t exist