The api response is as follows in Postman.

I can get answer when I try to connet API. I can reach body. As follows;

But i can't reach other field in body. Because the dot in the directory name is the problem(ZCRM_MOB_LOGON.Response). As follows;

I'm stuck with this problem. Can you help me?
Best Regards.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Baris,
alternatively you should also be able to access it as
{{api_service_response.kullanici.body.[ZCRM_MOB_LOGON.Response]}}RegardsYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Baris,
you could use the "lookup" helper like this:
{{lookup api_service_response.kullanici.body "ZCRM_MOB_LOGON.Response"}}Make sure you use quotes around the second parameter.
Here you can find the documentation of all helpers.
Best regards,
Jonas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jonas,
Thanks for answer. I tried like your code. I got invalid JSON the error. "ZCRM_MOB_LOGON.Response" actually is api's body. For example I want to reach "E_KOD" in "ZCRM_MOB_LOGON.Response". It did not work. My opinion is because "ZCRM_MOB_LOGON.Response" is the body. Maybe it would work for the "E_KOD" space.


Best Regards,
Baris.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.