Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
gcurato82
Partner - Contributor II
Partner - Contributor II

Problem Repost tRestClient Json

hi, i am having a problem with using influxdata api.

i can make a call successfully, but the component gives me a json that i can't use properly.

this is the result:

{

  "results": [

    {

      "statement_id": 0,

      "series": [

        {

          "name": "batchData",

          "columns": [

            "time",

            "Batch",

            "CurrentCabinet",

            "CurrentMixer",

            "Duration",

            "DurationRem",

            "PowerCabinet",

            "ReadyForRecipe",

            "RecipeNumber",

            "StatoMachina",

            "Current Temperature",

            "Current recipe"

          ],

          "values": [

            [

              "2021-05-10T03: 39: 37.8716173Z",

              "60151",

              0.07000000029802322,

              0.07000000029802322,

              12000000000,

              12000000000,

              86,

              false,

              4,

              9,

              32.66579055786133,

              4

            ],

            [

              "2021-05-10T03: 39: 42.8381811Z",

              "60151",

              0.03999999910593033,

              0.03999999910593033,

              12000000000,

              11950000000,

              86,

              false,

              4,

              9,

              32.62889862060547,

              4

            ]

          ]

        }

      ]

    }

  ]

}

Labels (3)
0 Replies