diff --git a/DataFilter/DataFilterFilteringLists.cs b/DataFilter/DataFilterFilteringLists.cs index 7698d68..1291732 100644 --- a/DataFilter/DataFilterFilteringLists.cs +++ b/DataFilter/DataFilterFilteringLists.cs @@ -128,7 +128,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -148,7 +148,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -230,7 +230,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -250,7 +250,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -332,7 +332,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -352,7 +352,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -433,7 +433,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -453,7 +453,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -535,7 +535,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -555,7 +555,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -637,7 +637,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -657,7 +657,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -739,7 +739,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -759,7 +759,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -842,7 +842,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -862,7 +862,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -944,7 +944,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -964,7 +964,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -1046,7 +1046,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -1066,7 +1066,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -1149,7 +1149,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -1169,7 +1169,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -1253,7 +1253,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -1273,7 +1273,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -1356,7 +1356,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -1376,7 +1376,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -1462,7 +1462,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -1482,7 +1482,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -1571,7 +1571,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -1592,7 +1592,7 @@ same as the server does but in a central location here for all tests to use. //NOW FETCH WIDGET LIST WITH FILTER //SELECT *, xmin FROM AWIDGET where name Like 'DateTokenNextMonthFilterWorks%' AND startdate >'2019-01-01T15:59:59.0000000Z' AND startdate <'2019-02-01T16:00:00.0000000Z' - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -1676,7 +1676,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -1696,7 +1696,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -1782,7 +1782,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -1802,7 +1802,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -1885,7 +1885,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -1905,7 +1905,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -1989,7 +1989,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -2009,7 +2009,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -2095,7 +2095,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -2115,7 +2115,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -2201,7 +2201,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -2221,7 +2221,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -2304,7 +2304,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -2324,7 +2324,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -2407,7 +2407,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -2427,7 +2427,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -2529,7 +2529,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -2549,7 +2549,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -2646,7 +2646,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -2666,7 +2666,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -2761,7 +2761,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -2781,7 +2781,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -2877,7 +2877,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -2897,7 +2897,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -2983,7 +2983,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -3003,7 +3003,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -3087,7 +3087,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -3107,7 +3107,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -3192,7 +3192,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -3212,7 +3212,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -3297,7 +3297,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -3317,7 +3317,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -3401,7 +3401,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -3421,7 +3421,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -3507,7 +3507,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -3527,7 +3527,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -3611,7 +3611,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -3631,7 +3631,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -3716,7 +3716,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -3736,7 +3736,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -3820,7 +3820,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -3840,7 +3840,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -3924,7 +3924,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -3944,7 +3944,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -4029,7 +4029,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -4049,7 +4049,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -4133,7 +4133,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -4153,7 +4153,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -4265,7 +4265,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -4285,7 +4285,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -4390,7 +4390,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -4410,7 +4410,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -4512,7 +4512,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -4532,7 +4532,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -4635,7 +4635,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -4655,7 +4655,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -4758,7 +4758,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -4778,7 +4778,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -4881,7 +4881,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -4901,7 +4901,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -5004,7 +5004,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -5024,7 +5024,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -5127,7 +5127,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -5147,7 +5147,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -5249,7 +5249,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -5269,7 +5269,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -5371,7 +5371,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -5391,7 +5391,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -5493,7 +5493,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -5513,7 +5513,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -5615,7 +5615,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -5635,7 +5635,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -5738,7 +5738,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -5758,7 +5758,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -5859,7 +5859,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -5880,7 +5880,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -5961,7 +5961,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -5982,7 +5982,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -6063,7 +6063,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -6084,7 +6084,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -6167,7 +6167,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -6188,7 +6188,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -6270,7 +6270,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -6291,7 +6291,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -6374,7 +6374,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -6395,7 +6395,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -6504,14 +6504,14 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); //active bool test filter dynamic DataFilterActive = new JObject(); - DataFilterActive.fld = "active"; + DataFilterActive.fld = "widgetactive"; DataFilterActive.op = Util.OpEquality; DataFilterActive.value = true; dfilter.Add(DataFilterActive); @@ -6524,7 +6524,10 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + //was before refactor to single list + // a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + //http://localhost:7575/api/v8/DataList/List?DataListKey=TestWidgetDataList + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -6632,14 +6635,14 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); //active bool test filter dynamic DataFilterActive = new JObject(); - DataFilterActive.fld = "active"; + DataFilterActive.fld = "widgetactive"; DataFilterActive.op = Util.OpNotEqual; DataFilterActive.value = true; dfilter.Add(DataFilterActive); @@ -6652,7 +6655,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -6746,7 +6749,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -6767,7 +6770,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -6848,7 +6851,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -6869,7 +6872,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -6950,7 +6953,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -6971,7 +6974,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -7054,7 +7057,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -7075,7 +7078,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -7157,7 +7160,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -7178,7 +7181,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -7261,7 +7264,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetNameStart; dfilter.Add(DataFilterNameStart); @@ -7282,7 +7285,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -7405,7 +7408,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -7429,7 +7432,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); @@ -7547,7 +7550,7 @@ same as the server does but in a central location here for all tests to use. //name starts with filter to constrict to widgets that this test block created only dynamic DataFilterNameStart = new JObject(); - DataFilterNameStart.fld = "name"; + DataFilterNameStart.fld = "widgetname"; DataFilterNameStart.op = Util.OpStartsWith; DataFilterNameStart.value = WidgetRunNameStart; dfilter.Add(DataFilterNameStart); @@ -7570,7 +7573,7 @@ same as the server does but in a central location here for all tests to use. long DataFilterId = a.ObjectResponse["data"]["id"].Value(); //NOW FETCH WIDGET LIST WITH FILTER - a = await Util.GetAsync($"Widget/listwidgets?Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); + a = await Util.GetAsync($"DataList/list?DataListKey=TestWidgetDataList&Offset=0&Limit=999&DataFilterId={DataFilterId.ToString()}", await Util.GetTokenAsync("manager", "l3tm3in")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200);