1 Reply Latest reply on Jul 10, 2019 11:00 AM by rareddy

    Teiid rest with nested data

    sanku_74

      Hi

       

      How one can define view for rest based services with data coming as nested i.e objects layers.Sample like

       

      {

      "productId":10

      "productName":"milk"

      orders:[

                         {orderId:1,orderType:"online"},

                         {orderId:2,orderType:"online"}

                ]

      }

       

      Thanks and Regards

       

      Raja Ghosh