Within the API for smartsheet I use the search everything method.
Already solved in cUrl (check Special characters in Smartsheet API (2.0) - search), but within C-sharp how can I solve this:
When trying to search for 'A01 PXXX' it returns me also rows (and cells) which contain only 'A01' and 'PXXX'. Is there a way to search for the whole searchstring (so including the space character). Unicode "\u0020" or "%20" do not seem to work. Anyone ?