Example json response for roxie service is incorrect
Environment
http://10.173.101.101:8002
Description
For a roxie service that returns json like "Results": { "result_1": {"Row":[]}}, the sample json response has 'Result 1" instead of "result_1". Our app is using the sample json response to determine the expected response structure and deserialize it into an object; because of this disconnect, we're experiencing errors.
Conclusion
None
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
For a roxie service that returns json like "Results": { "result_1": {"Row":[]}}, the sample json response has 'Result 1" instead of "result_1". Our app is using the sample json response to determine the expected response structure and deserialize it into an object; because of this disconnect, we're experiencing errors.