Solved
Forum Discussion
Moses_Correia
6 years agoIdeator I
That did it! All the documentation I found didn't include any guidance on putting anything in the BODY of the RESTful GET message. A POST needed inputs in the body (obviously) if you are creating something, but not for the GET.
Did you find this documented somewhere or were you just experimenting? I had resigned to creating a server method, but this is the actual answer. Thank you!
c_theillaumas
6 years agoIdeator I
Only experimentation, sure this is not a supported feature.