Comments
-
It's amazing to me that after 2 years nothing has been added to the Dataset API to allow retrieving a Dataset by a tag. We ran into the same problem and the way that we had to solve it was to query the Domo web UI API (as mentioned above and in the linked post), then grab the dataset ID from there and use that to retrieve…
-
@mhouston Thanks so much for all of your help. You've helped me get going in the right direction and I've got a path forward. Thanks!
-
@mhouston Thanks a ton for all your help. Just two final questions, if I could... For the authentication, you mentioned that you use the X-DOMO-Developer-Token and the API token in the header of the CURL request. Where did you get those tokens. I'm familiar with the Domo API where you get a client ID and secret but it…
-
Just as a follow up... Since you mentioned that it was using the UI API I thought I'd check my browser's developer tools to see if that same API is being used and it looks like it is with some additional endpoints. Are those available to get called as well? How did you set up the authentication with the CURL request? Did…
-
Thanks a ton for responding. That's interesting. So it's using the UI API and not the DataSet API? Do you know what the endpoint is to be able to add and remove tags?