1, 'title' => 'Event Queue ID', 'type' => CRM_Utils_Type::T_INT, ]; $params['job_id'] = [ 'api.required' => 1, 'title' => 'Job ID', 'type' => CRM_Utils_Type::T_INT, ]; $params['hash'] = [ 'api.required' => 1, 'title' => 'Hash', 'type' => CRM_Utils_Type::T_STRING, ]; }