I am trying to call REST API for list using below REST API
https://myweb.sharepoint.com/teams/sites/subwebs/_api/web/lists/GetByTitle(\'MyList\')/Items? $top=1 &
Promise.all([ rest call # 1 query : queryFilter:"ID lt '3000' and Title eq '000672'" rest call # 2 query : queryFilter:"ID gt '2999' and Title eq '000672'" .then( arr=> { let fullArr = [...a[0],...a[1]]