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.
Answered by
anusree-bruno
May 12, 2025
Replies: 1 comment 2 replies
-
Can you try this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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