Post-Response Script Error #4625
-
|
Given in the API Response: I'm getting an error: When using: Just trying to get a list of the IDs.
I am under the impression that this would parse, and output the IDs. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Can you try this? |
Beta Was this translation helpful? Give feedback.
-
|
Super late reply, but I'm really struggling with getting the id and host to show in a nested array. The closest I get is having them show on separate arrays using this... |
Beta Was this translation helpful? Give feedback.



If you want to alter the response view you can do this via script like this
res.setBody(res("...sites.id"))
Or else you can just filter in the response view itself