Dashboardpanels API handler
Get the dashboard panels and data that populate the dashboard page.
HTTP Verb – GET
URL – /api/v1/dashboardpanels
Description – Gets the dashboard panels and data that populate the dashboard page.
Base – HandlerBase<GetDashboardPanelCollectionParameter, GetDashboardPanelCollectionResult>
Handlers –
Order | Handler | Description |
---|---|---|
500 | GetDashboardPanelCollection | Retrieves child pages for MyAccountPage, if MyAccountPage variant exists and DisplayLink is set to true. Child pages are filtered by ExcludeFromNavigation (pages with false value are filtered out from result). Examples: AccountSettingsPage MyAccountAddressPage SavedOrderListPage OrdersPage RfqMyQuotesPage WishListPage |
600 | SetUpDashboardPanelCollection | For current user DashboardPanelPosition records are loaded and ordered by SortOrder property. Those records are used for sorting panels; if any exists, first one will be used, otherwise constant value from DashboardPanelSortOrder will be used. Panel examples: OrderApprovalListPage RequisitionPage RfqMyQuotesPage For all panels IsPanel flag is set to true and depending on type Count property is set using services. |
700 | ApplySort | DashboardPanels result is sorted by IsPanel property, then by Order property, and finally by Text property. |
Updated over 1 year ago