Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 2.12 KB

DashboardApi.md

File metadata and controls

66 lines (36 loc) · 2.12 KB

\DashboardApi

All URIs are relative to http://localhost

Method HTTP request Description
get_configuration_pages GET /web/ConfigurationPages Gets the configuration pages.
get_dashboard_configuration_page GET /web/ConfigurationPage Gets a dashboard configuration page.

get_configuration_pages

Veccrate::models::ConfigurationPageInfo get_configuration_pages(enable_in_main_menu) Gets the configuration pages.

Parameters

Name Type Description Required Notes
enable_in_main_menu Option<bool> Whether to enable in the main menu.

Return type

Veccrate::models::ConfigurationPageInfo

Authorization

CustomAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/json; profile=CamelCase, application/json; profile=PascalCase

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_dashboard_configuration_page

std::path::PathBuf get_dashboard_configuration_page(name) Gets a dashboard configuration page.

Parameters

Name Type Description Required Notes
name Option<String> The name of the page.

Return type

std::path::PathBuf

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/html, application/x-javascript, application/json, application/json; profile=CamelCase, application/json; profile=PascalCase

[Back to top] [Back to API list] [Back to Model list] [Back to README]