Skip to main content

GetPmsPortfolioDashboard

Stable

Returns the rendered widgets of a single PMS portfolio dashboard scoped to a vehicle

Signature

query {
GetPmsPortfolioDashboard(dashboardId: ..., vehicleId: ...)
}

Retourne : PmsPortfolioDashboard!

Arguments

NomTypeRequisDéfautDescription
dashboardIdID!Identifier of the dashboard configuration to render
vehicleIdID!Vehicle identifier injected into the widget algorithm context
startDateDateStart date filter (YYYY-MM-DD)
endDateDateEnd date filter (YYYY-MM-DD)

Exemple

query {
GetPmsPortfolioDashboard(
dashboardId: $dashboardId
vehicleId: $vehicleId
) {
tiles {}
charts {}
dateFilters {}
htmls {}
dashboardId
}
}