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

Path Parameters

projectUuid
string
required

Response

200
application/json
Success
results
object[]
required

From T, pick a set of properties whose keys are in the union K

status
enum<string>
required
Available options:
ok