Retrieve dashboard to check team visibility

Hi,
is there a way to retrieve the dashboard as is possibile to do with the boards?

I checked the docs and the forum but i dind’t find anything.

With the query

{
boards(limit: 1000) {
id
name
type
__typename
team_subscribers {
id
name
__typename
}
}
}

i can retrieve Bords ( and portfolio, templates ) ,subboards, documents.

No dashboard was retrieved. Is there a way to retrieve the dashboards?

I’d like to check if all the teams are able to view the right dashboards and the dashboards are connected to the right boards.

Thank you very much

Davide

Hello there @davide.monticelli,

As of today it is not possible to do such thing via the API.

Let me know if you have any other questions :slightly_smiling_face:

Cheers,
Matias

1 Like