Skip to main content
1-Visitor
August 23, 2017
Question

How to display json on mashup?

  • August 23, 2017
  • 1 reply
  • 2340 views

My service has output as json when i call this service on mashup am unable to display that json.

Also while testing this service on composer json is not displayed but when i test same service using POSTMAN i can see result as json.

How to show output json on mashup?

1 reply

5-Regular Member
August 23, 2017

Nisha Bhagtani​:I believe there is no direct way in Thingworx to show JSON data on composer UI as output.

One option would be to write Service to convert JSON data to INFOTABLE datatype as service output which can be used to be displayed on a grid in UI.

-Durgesh