Skip to main content
In this how-to guide, you will learn how to get all dashboards, and all tiles for a given dashboard. The code in this guide represents HTTP requests to the SuperOffice REST API. You can use any programming language to make these requests. The examples in this guide use the GET method to retrieve data from the SuperOffice database. Dashboard

Get all dashboards

To get all dashboards, you can use the following endpoint:
The response will contain an array of dashboards, including the dashboard ID, associate_id, name, description, and the number of columns.
The following text will focus on the DemoDash dashboard.

Get all tiles for a DemoDash dashboard

To get all tiles for a given dashboard, you can use the following endpoint:
The selected fields are:
  1. the dashboard tile definition ID.
  2. the dashboard tile ID.
  3. the dashboard ID.
The criteria field is the dashboard ID. This gets the dashboard tiles names from the dashboard tile table where the dashboard id is 98. Response: