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
&
I know this may sound very obvious, but the first filter must return 5,000 items or less. Then you can add other filters. You may not need the $top parameter in this case. For instance:
https://site/_api/web/lists/GetByTitle('')/Items?$filter= eq '' and Title eq 'Female'