I have followed this tutorial Make a GET Request. Now I would like to get the value of a string instead of an integer. So I adjusted the path to request.add("path", "RAW,ETH,USD,MARKET") which points to a string.
To the best of my knowledge I need to return a bytes32 to access a string which I have also changed in the fulfill function that is called after the request is made however the value of the variable i am setting is still 0x0000000000000000000000000000000000000000000000000000000000000000 which is the default value.
I have also adjusted the jobId and oracle address incase the oracle I am using does not support bytes32.
Any help would be much appreciated. Thank you in advance.