Onvo Documentation
APIs
Dashboards
Get:Get Dashboard by Id

Get dashboard by id

GET
/
api
/
dashboards
/
{id}

Authorizations

x-api-key
string
headerrequired

Response

200 - application/json

The response is of type object.

{
    "id": "47b6e961-a51c-4bf3-a9d4-01f30215cc42",
    "created_at": "2023-09-01T11:14:50.430891+00:00",
    "last_updated_at": "2023-09-07T14:51:42.626+00:00",
    "title": "Sample Dashboard",
    "description": "Some description about the dashboard",
    "thumbnail": "http://localhost:54321/storage/v1/object/public/data-sources/31a05cfd-1275-4c76-8390-20b328a3c4bf/dashboard:47b6e961-a51c-4bf3-a9d4-01f30215cc42/thumbnail.png",
    "organisation": "31a05cfd-1275-4c76-8390-20b328a3c4bf",
    "parent_dashboard": null,
    "_meta": {
        "widgets": 5,
        "datasources": 2,
        "created_by": {
            "id": "5899f99d-a449-4bfa-8769-19c097aaf1f5",
            "updated_at": "2024-01-17T10:14:12.62603+00:00",
            "full_name": "Demo user",
            "avatar_url": "https://upload.wikimedia.org/wikipedia/commons/8/89/Portrait_Placeholder.png",
            "email": "info@onvo.ai",
            "phone_number": "8075065108"
        },
        "last_updated_by": {
            "id": "5899f99d-a449-4bfa-8769-19c097aaf1f5",
            "updated_at": "2024-01-17T10:14:12.62603+00:00",
            "full_name": "Demo user",
            "avatar_url": "https://upload.wikimedia.org/wikipedia/commons/8/89/Portrait_Placeholder.png",
            "email": "info@onvo.ai",
            "phone_number": "8075065108"
        }
    }
}

You can find all properties for Dashboards in the concepts at this link