Is there a way to programmatically retrieve the POST URL of dashboards? I could not find any reference on Automating Report Generation.
My scenario:
-
Retrieve all my dashboards via the REST API using
/api/saved_objects/_find?type=dashboard
-
For each dashboard, how to I retrieve its POST URL via the API?