if this is 1.x, try'filter=userid%3D' + id + ' AND batch%3D' + 1
in 2.x the conditions need to be in parentheses'filter=(userid%3D' + id + ') AND (batch%3D' + 1 + ')'
if this is 1.x, try'filter=userid%3D' + id + ' AND batch%3D' + 1
in 2.x the conditions need to be in parentheses'filter=(userid%3D' + id + ') AND (batch%3D' + 1 + ')'