REST API - Catching JSON response
REST API - Catching JSON response
Comments
-
Hi there,
Ive been looking through the documentation and viewing Webinars, but I still havent found a way to capture the response JSON of a POST request.
What is the best way to do this in Decisions?
Thanks
-
I think this document is what you are looking for.
Often you need to log out the JSON return so you can capture it and turn it into a JSON data object. Once you have that object created you can pass the output of the REST step into a deserialize step so you can get a composite object available to map to/from in the flow designer.