Skip to main content
Solved

JSON Parsing

  • August 11, 2023
  • 3 replies
  • 170 views

Forum|alt.badge.img+3

How to extract the root of JSON result which I got from GET api call from JSON CALL step .?

I am able to fetch the attributes of root but I am unable to fetch the root itself .

Best answer by AKislyakov

One Desktop requires attributes to be explicitly declared. Therefore, the supported method is to list all attributes in the JSON Call step.

3 replies

Forum|alt.badge.img+2
  • Ataccamer
  • August 14, 2023

Hi @Kundan,

Can you please provide an example of the JSON you get and the desired result.


Forum|alt.badge.img+3
  • Author
  • Data Pioneer L2
  • August 14, 2023

Hi @AKislyakov 

Thank you for your response . 
 

I need to get all the attributes of d.

Right now I can fetch attributes like d.results.BusinessPartner .


Forum|alt.badge.img+2
  • Ataccamer
  • Answer
  • August 14, 2023

One Desktop requires attributes to be explicitly declared. Therefore, the supported method is to list all attributes in the JSON Call step.