santoshmallah opened a new issue, #23352:
URL: https://github.com/apache/superset/issues/23352

   I want to get a list of all dashboards from superset using 
https://localhost:8088/api/v1/dashboard/  this API 
   I tried passing the bearer access token in the header and the CSRF token, 
but I cannot get records from this API.
   
![image](https://user-images.githubusercontent.com/51262721/224748687-ada65861-e537-435a-a789-889c59453770.png)
   
   # Record count is 0
   But when I pass the cookie (Copied from the superset login page ) in the 
header, it gives me a response.
   
![image](https://user-images.githubusercontent.com/51262721/224748046-41a44b0d-089d-4264-88d3-58f637a31513.png)
   # Record count is 5
   Is there any other way to get the list of all dashboards?
   
   
   - browser type and version:
   - superset version: `2.0.1`
   - python version: `3.8.0`
   - node.js version: `16.14.2`
   
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to