GGPay commented on issue #13232:
URL: https://github.com/apache/superset/issues/13232#issuecomment-801670696


   I've used **dashboard** with q parameters  `{
     "order_column": "changed_on_delta_humanized",
     "order_direction": "desc",
     "page": 0,
     "page_size": 25
   }`
   
   Got response 
   
![image](https://user-images.githubusercontent.com/17413180/111582648-2078f780-8789-11eb-8455-9746d1188e03.png)
   
   
   And then make a request - where id in parentheses is ID of dashboard
   
   http://127.0.0.1:8088/api/v1/dashboard/export/?q=!(3)
   
   Wouldn't say it's proper solution but that the way how i made it work.
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to