Post
FollowAbility to filter objects in a GET request with a condition related to a dashboard UUID and timeframe
Ability to filter objects in an API request based on the UUID of a dashboard widget.
The UUID is a query variable on the link to view records being counted on the dashboard. For example when.the link clicked on a widget it looks like this in the url:
https://app.ontraport.com/#!/contact/listAll&q={%22r%22:%22139%22,%22ccq%22:%221%22,%22uuid%22:%22489a153c-f978-4416-a097-ffeb0ea0ce7d%22,%22tf%22:%22LAST_7_DAYS%22}
There is a 'uuid' variable and a 'tf' variable.
I would like it be able to make a GET request to an object with the condition being that uuid is X and tf is Y.
This would open up limitless dashboarding possibilities outside of the app.
Please sign in to leave a comment.