Comments
-
Yea it shoudl be as easy as sharing carsd w/ a url w/: mycompany.domo.com/page/<page_id>/kpis/details/<card_id> Idk why there isn't a similar endpoint like: mycompany.domo.com/api/content/v3/pages/analyzer/<filter_id>
-
Agreed. You can share and even bookmark specific cards if you know the page & card Id: mycompany.domo.com/page/<page_id>/kpis/details/<card_id> You can find the id for a filter by looking in the activiy log (where Object_Type = "PAGE_ANALYZER") You can even view it's definition w/ this endpoint:…
-
I would prefer there was a way WITHOUT using pFilters and actually used the filter definition (in acse it changes, etc.), similar to how you can use the object ids to link to a card directly w/: mycompany.domo.com/page/<page_id>/kpis/details/<card_id> You can find the id for a filter by looking in the activiy log where…