To list all dashboards, you can use the following mutation:
query Dashboards { dashboards(filter: { companyId: "company-id" }) { items { id title createdAt updatedAt } } }
Create a Company
How to create a new company using the Blue API.
Clone Dashboard
How to clone a dashboard using the Blue API.
Help