Comments
-
This is PERFECT. "I have the POWER!" This is just what I was looking for. Learning a lot about Postman, too. Have a great weekend.
-
For instance, just now I finally got it to work in Postman...but had to bring my browser's cookie over to do so. How do I replicate this using a server-side HTTP client?
-
Thanks for your continued help with this... What I need to be able to do is wire up a server-side HTTP client to be able to hit these undocumented APIs and generate and get these embed codes. To do that, I need to know what headers I need to have in that HTTP request, and how to generate those headers. For instance, is…
-
@chrishaleua I decided to start where you did, and looked at the dev tools for my browser. I'm doing the same (I think) to GET the current state of the dashboard with Postman, but I always get this response: { "status": 401, "statusReason": "Unauthorized", "path": "/api/content/v1/pages/embed/1409253488/state",…
-
Well, wow. But, yes, that answers my question here. Thanks!
-
No, no...we are NOT logging in as the save user. We have different Dino user accounts. But shouldn't we see the same settings? It's like locking a door. My colleague and I both have the ability to lock it or unlock it but there is only one door. I can't leave it unlocked while he leaves it locked and have both things be…
-
-
Hello?
-
Thanks for the clarification... I want to do this because our biz model will have us creating multiple new dashboards per week, or even per day, so it's going to be arduous and error prone to climb into the UI each time, set the embed factors for each by hand, collect the codes by hand, and copy/paste them into our…
-
Anyone?
-
Can anyone help me out here? @chrishaleua ?
-
Thanks for this. Very helpful to know it's possible. But your URL and mine in Postman are rather different. This is my best "translation" of working GET ("https://api.domo.com/v1/pages/1388365081") to yours (which starts with "custom-emea.domo.com?") Not working, of course. What is "custom-emea.domo.com"? I've tried…
-
Bah... Ignore me... dataRequest.AddHeader("Accept", "text/csv");
-
Thanks @MarkSnodgrass and @amehdad21 ... this might do it. I would prefer some ability to maintain a database of such events, so that our customers can add them on their own, but this gets us off the ground I think.
-
@MarkSnodgrass and @GrantSmith, many thanks to both of you!
-
My options settings... How it looks from inside Domo. Perfect... How it looks embedded in the iFrame. No "Filter Views" dropdown, just the "+" icon next to it. On clicking the "+" icon I just get the usual list of DataSet fields, not my filter. If I uncheck "Show filter bar" from the embedding options, I obviously lose…
-
Yep, tried that. That's why I emphasized that this is going to be embedded in an iFrame. When viewed thru an iFrame by a (non-logged-in) user, those prepared filter views aren't included in the filter bar.