Skip to main content

GetPmsPortfolioDashboardList

Stable

Returns the list of PMS portfolio dashboards available for the selector, ordered by id

Signature

query {
GetPmsPortfolioDashboardList
}

Retourne : [Dashboard!]!

Exemple

query {
GetPmsPortfolioDashboardList {
id
name
type
createdAt
updatedAt
}
}