How to retrieve Values of content in http response

0
Hi everyone i have api that return http response object that has content like that  {"Name":"C 1","IsExsit":"True","Role":"CEO"} how can i retrieve this data one by one ؟
asked
1 answers
1

Hi Elsaeed,

 

I think you need an import mapping to map the json to mendix objects.

See https://docs.mendix.com/refguide/call-rest-action/#71-response-handling

and https://docs.mendix.com/refguide/mapping-documents/#4-creating-a-new-mapping-document

 

I hope this helps.

Michiel

answered