Lines Matching refs:obj_id
2101 var obj_id = request.arguments.obj_id;2104 if (IS_UNDEFINED(obj_id)) {2105 return response.failed('Argument "obj_id" missing');2109 response.body = MakeMirror(%GetLOLObj(obj_id));