Extract JSON RestApi

Can someone help me extract from this JSON?

i get following output from RestApi

{“dxsEntries”:[{“dxsId”:33556736,“value”:13815.104492},{“dxsId”:33555715,“value”:3321.124756},{“dxsId”:33556229,“value”:0.000000},{“dxsId”:83886592,“value”:null},{“dxsId”:83886848,“value”:null}],“session”:{“sessionId”:0,“roleId”:0},“status”:{“code”:0}}

Would you be able to provide a bit of context and what exactly are you trying to extract?

1 Like

i’m trying to read values from kostal piko, with one api call

http://192.168.178.21/api/dxs.json?dxsEntries=33556736&dxsEntries=33555203$dxsEntries=33555715&dxsEntries=33556229&dxsEntries=83886592&dxsEntries=83886848

Have you looked at the following?