List dashboards
GET/v2/illuminate/dashboards
Returns a list of all dashboards for your account.
Request
Example
[
{
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z",
"createdBy": "string",
"updatedBy": "string",
"id": "string",
"name": "string",
"accountId": "string",
"dateRange": "30 minutes",
"startDate": "2024-01-01T00:00:00.000Z",
"endDate": "2024-01-01T00:00:00.000Z",
"charts": [
{
"id": "access_manager_by_metric",
"series": []
}
],
"customer": {
"id": "string",
"name": "string"
}
}
]