In REST API when I pass a value with &(ex: India & China), it throws error and when I checked it in browser it shows &amnp; in place of &.
https://test/_api/web/lists/GetByTitle('Team')/Items?$filter=(Title eq 'India & China')
What shall I do to fix this?
encodeURI()on your value (see sharepoint.stackexchange.com/questions/164673/…)