All URIs are relative to https://api.uptrends.com/v4
Method | HTTP request | Description |
---|---|---|
DashboardCloneDashboard | Post /Dashboard/{dashboardGuid}/Clone | Clone the specified dashboard. |
DashboardDeleteDashboard | Delete /Dashboard/{dashboardGuid} | Delete the specified dashboard. |
DashboardGetAllDashboards | Get /Dashboard | Returns data for all dashboards. |
DashboardGetOneDashboard | Get /Dashboard/{dashboardGuid} | Returns data for the specified dashboard. |
DashboardPartiallyUpdateDashboard | Patch /Dashboard/{dashboardGuid} | Partially update the specified dashboard. |
DashboardUpdateDashboard | Put /Dashboard/{dashboardGuid} | Update the specified dashboard. |
Dashboard DashboardCloneDashboard(ctx, dashboardGuid) Clone the specified dashboard.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
dashboardGuid | string | The guid of the specified dashboard. |
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
DashboardDeleteDashboard(ctx, dashboardGuid) Delete the specified dashboard.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
dashboardGuid | string | The guid of the specified dashboard. |
(empty response body)
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Dashboard DashboardGetAllDashboards(ctx, ) Returns data for all dashboards.
This endpoint does not need any parameter.
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Dashboard DashboardGetOneDashboard(ctx, dashboardGuid) Returns data for the specified dashboard.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
dashboardGuid | string | The guid of the specified dashboard. |
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
DashboardPartiallyUpdateDashboard(ctx, dashboardGuid, optional) Partially update the specified dashboard.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
dashboardGuid | string | The guid of the specified dashboard. | |
optional | *DashboardApiDashboardPartiallyUpdateDashboardOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a DashboardApiDashboardPartiallyUpdateDashboardOpts struct
Name | Type | Description | Notes |
---|
dashboard | optional.Interface of Dashboard| The details for the dashboard. |
(empty response body)
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
DashboardUpdateDashboard(ctx, dashboardGuid, optional) Update the specified dashboard.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
dashboardGuid | string | The guid of the specified dashboard. | |
optional | *DashboardApiDashboardUpdateDashboardOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a DashboardApiDashboardUpdateDashboardOpts struct
Name | Type | Description | Notes |
---|
dashboard | optional.Interface of Dashboard| The details for the dashboard. |
(empty response body)
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]