Get lift statistics
get/models/{modelId}/liftData
Returns the lift statistics that are associated with the specified model ID.
1{2 "depth": [3 "0",4 "5",5 "10",6 "15",7 "20",8 "25",9 "30",10 "35",11 "40",12 "45",13 "50",14 "55",15 "60",16 "65",17 "70",18 "75",19 "80",20 "85",21 "90",22 "95",23 "100"24 ],25 "meanP": [26 "0.1",27 "0.2",28 "0.3",29 "0.4",30 "0.5",31 "0.6",32 "0.65",33 "0.7",34 "0.75",35 "0.8",36 "0.82",37 "0.85",38 "0.87",39 "0.9",40 "0.92",41 "0.94",42 "0.95",43 "0.96",44 "0.97",45 "0.98"46 ],47 "meanT": [48 "0.05",49 "0.1",50 "0.15",51 "0.2",52 "0.25",53 "0.3",54 "0.35",55 "0.4",56 "0.45",57 "0.5",58 "0.55",59 "0.6",60 "0.65",61 "0.7",62 "0.75",63 "0.8",64 "0.85",65 "0.88",66 "0.9",67 "0.95"68 ]69}