How to return parse data by scenario? #2881
Unanswered
paulocoutinhox
asked this question in
Q&A
Replies: 1 comment
-
No, you would need to do this manually with the erase function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
How to return parse data by scenario?
This is my example:
On some APIs i want send the json only with "id", "title", "body", "data", "done".
But on others, i want send the json with "id", "title", "done".
There is any way to filter the fields by name when de-serialize?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions