Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a REST API connection with Quickbooks Online and fetching the General Ledger report by using GET method. The response tables are such that it is not at all understandable and all the values that I need are distorted and disarranged in the data model. I am not able to understand the column headers and their corresponding values.
Is there a way to get the response in such a way that the data is readable and analyzable? Or is there a way to convert the script to a normal Qliksense table script. Here's a sample of the script that i am having as a response to my Rest API call-
The REST connector is just reading your API and create tables for connecting all the data. Please check your API and make tests with Postman and see if you have the same result