Solved
Forum Discussion
c_theillaumas
6 years agoIdeator I
Hello,
It work on 11.0 SP15, I Can't test on SP12
use GET {base url}/Part?$filter=generation gt 0 or GET {base url}/Part?$filter=id ne null
With a body : "config_id" : "<config_id>"}
- Moses_Correia6 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_theillaumas6 years agoIdeator I
Only experimentation, sure this is not a supported feature.