Forum Discussion

Garrett's avatar
Garrett
New Contributor II
5 years ago
Solved

JSON returns Column Names separately from the Rows

I have a REST API that returns something like the following: entity": { “items”: [ { “tableName”: “mytable” “count”: 7995 “columnNames”: [ “c1”,“c2”,“c3”,“c4” ] “rows”: ...