Dashboard
/dashboard
GET apiURL/dashboard
Get all dashboard KPIs (for the current user)
Query Parameters
Name
Type
Description
fields
string
limit
number
orderby
string
{
"data": [
{
"call": "device-count-total",
"orderby": 36,
"x": null,
"y": null,
"type": "counter",
"label": "Nb. boîtiers créés (total)"
},
{
"call": "device-count-last-day",
"orderby": 37,
"x": null,
"y": null,
"type": "counter",
"label": "Nb. boîtiers créés (hier)"
}
],
"total": 34,
"skip": 0,
"limit": 2,
"orderby": [
"orderby"
]
}/dashboard/kpi/:call
GET apiURL/dashboard/kpi/:call
Get dashboard KPI datas by call (for the current user)
Path Parameters
Name
Type
Description
call
string
Dashboard call ID ex: device-count-last-day
Last updated
Was this helpful?