Domo API: Is it possible to get a json response when getting dataset's data ?
Hi Everyone, I'm using Domo API to extract a dataset from Domo. It seems that the default response for "GET https://api.domo.com/v1/datasets/{DATASET_ID}/data" is a TEXT/CSV format. I was trying "Accept: application/json" but I get an error. Looking at the documentation is something like this: GET…