GET
/
api
/
v1
/
projects
/
{projectUuid}
/
dashboards
/
code
{
  "results": {
    "offset": 123,
    "total": 123,
    "missingIds": [
      "<string>"
    ],
    "languageMap": [
      {
        "dashboard": {}
      }
    ],
    "dashboards": [
      {
        "description": "<string>",
        "name": "<string>",
        "updatedAt": "2023-11-07T05:31:56Z",
        "slug": "<string>",
        "tabs": [
          {
            "order": 123,
            "name": "<string>",
            "uuid": "<string>"
          }
        ],
        "filters": {
          "metrics": [
            {
              "values": [
                "<any>"
              ],
              "operator": "isNull",
              "id": "<string>",
              "target": {
                "fallbackType": "string",
                "isSqlColumn": true,
                "tableName": "<string>",
                "fieldId": "<string>"
              },
              "settings": "<any>",
              "disabled": true,
              "required": true,
              "singleValue": true,
              "label": "<string>",
              "tileTargets": {}
            }
          ],
          "tableCalculations": [
            {
              "values": [
                "<any>"
              ],
              "operator": "isNull",
              "id": "<string>",
              "target": {
                "fallbackType": "string",
                "isSqlColumn": true,
                "tableName": "<string>",
                "fieldId": "<string>"
              },
              "settings": "<any>",
              "disabled": true,
              "required": true,
              "singleValue": true,
              "label": "<string>",
              "tileTargets": {}
            }
          ],
          "dimensions": [
            {
              "label": "<string>",
              "target": {
                "fallbackType": "string",
                "isSqlColumn": true,
                "tableName": "<string>",
                "fieldId": "<string>"
              },
              "settings": "<any>",
              "disabled": true,
              "required": true,
              "operator": "isNull",
              "values": [
                "<any>"
              ],
              "tileTargets": {},
              "singleValue": true
            }
          ]
        },
        "downloadedAt": "2023-11-07T05:31:56Z",
        "spaceSlug": "<string>",
        "version": 123,
        "tiles": [
          {
            "type": "saved_chart",
            "x": 123,
            "y": 123,
            "h": 123,
            "w": 123,
            "tabUuid": "<string>",
            "properties": {
              "title": "<string>",
              "hideTitle": true,
              "chartSlug": "<string>"
            },
            "tileSlug": "<string>",
            "uuid": "<string>"
          }
        ]
      }
    ]
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Query Parameters

ids
string[]
offset
number
languageMap
boolean

Response

200
application/json

Success

The response is of type object.