
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2018 06:42 PM
In the REST Call Task response mapping, is it possible to map the entire response payload to a string variable, instead of a specific JSON property. We're calling endpoints that return JSON without root elements and I need the entire response. Is this possible? Is there another way to access the entire response payload for the REST Call? I know I can map each individual element, but these payloads can become huge and contain a lot of nested properties.
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2018 05:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2018 05:02 AM
Try using a dot for the property name in the response mapping.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2018 11:26 AM
This worked, thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2019 05:47 AM
What if I have a JSON array as a response, and for example I would like to access a property of the first JSON object?
