Logo
Dashful Logo

Dashful APIs

Developer

Dashful APIs

Account Request URL

-

Base Endpoint

-

GraphQL API

The GraphQL API is the main entrypoint to Dashful's API

POST

/

Authorization, dashboardId, query

Dashboards

Retrieve dashboards with their metrics and panels

GET

/

Authorization, dashboardId

Panels

Create a new panel on a dashboard

POST

/panels

Authorization, dashboardId, panel

Dashboards

Create a new dashboard

POST

/

Authorization, dashboardId, title

Panels

Retrieve a panel's configuration by ID

GET

/panels/{panelId}

Authorization, dashboardId

Dashboards

Update dashboard title or metrics

/

Authorization, dashboardId, title, metrics

Panels

Update a panel's configuration

PUT

/panels/{panelId}

Authorization, dashboardId, panel

Dashboards

Delete a dashboard by ID

DELETE

/

Authorization, dashboardId

Dashboards

Retrieve a dashboard along with its metrics and panels

GET

/dashboards/{dashboardId}

Authorization, dashboardId

Panels

Update a panel's title and properties

/panels/{panelId}

Authorization, dashboardId, title, properties

Metrics

Retrieve a metric by ID

GET

/metrics/{metricId}

Authorization, metricId

Metrics

Update a metric's information

/metrics/{metricId}

Authorization, metricId, name, description, unit

Metrics

Create a new metric

POST

/metrics

Authorization, dashboardId, name, description, unit

Alerts

Create a new alert

POST

/alerts

Authorization, dashboardId, name, description, metricId, comparison, targetValue, alertPeriod, alertFrequency, alertTime

Metrics

Delete a metric by ID

DELETE

/metrics/{metricId}

Authorization, metricId

Details

Provider

Country HQ

API Type

REST

Categories

Analytics

Alternatives

Important URLs

Last Updated on

2024-03-26

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo