mendix / RestServices

REST service module for Mendix. Supports consuming and publishing REST based services and real-time data synchronization. Supports JSON, form-encoded, multipart and binary data transport.
Apache License 2.0
31 stars 46 forks source link

Rest publish should have an option to return the raw json #93

Open Rvthof opened 7 years ago

Rvthof commented 7 years ago

When a rest endpoint is triggered, it is sometimes important to have the full raw json available (checking signatures for example).

Also, now with the new 'Import from mapping' functionality we have in Mendix, we can easily map the JSON back to Mendix objects in a nice way. We won't have to name our entities and references after the json attributes any more!

mweststrate commented 7 years ago

Did you try: https://github.com/mendix/RestServices#the-requestresult-object?