JSON Output to Infotable Output from API.
Hi,
I am developing some App in Thingworx. My mate has developed a an API Rest which If I send some JSON, it returns me another JSON.
I would like to work with this JSON and save info in order to create fields in Mashup and visualize, modify data, create new one, etc, but let's go step by step.
Let's Start:
The code I will send to the API is the following:
{
"paramh":"",
"language":"EN",
"materialfilter": {
"Materialid": "XXX",
"Materialdesc": "XXX",
"Materialclass": "XXX",
"Materialsustitutive": "XXX"
}
}
I can introduce some data to the XXX just to filter and get an específic JSON result . For example, If I write 1106 on Materialid, I will recieve the following JSON:

Ok, now, I would like to show this JSON in a table or in same way, but as I recieve a "tree" JSON with fileds inside properties (max 3 levels of the tree) from the objects, I would like to know how must be implemented in Thingworx, is there any way to save all the objects somwhere with all data under each property?Some Table? I don't know.
I explain what I have done since now:
Just to start, I have created a Mashup to filter the "query" where each Field Text is linked to an Input of a Service of a Think but it does not work yet:

The Service is the following:

The output, as you can see on the picture attached is a JSON, the same JSON i pasted before, if I execute just the servide on the Thing, it works well.
So please, how can I do to save the objects i recieve from JSON ? Creating a Table? Storing it in some place?
Thanks in advance,
Aitor.

