All URIs are relative to https://api.uptrends.com/v4
Method | HTTP request | Description |
---|---|---|
ScheduledReportCreateScheduledReport | Post /ScheduledReport | Creates a new scheduled report. |
ScheduledReportDeleteSpecifiedScheduledReport | Delete /ScheduledReport/{scheduledReportGuid} | Delete the specified scheduled report. |
ScheduledReportGetAllScheduledReports | Get /ScheduledReport | Returns data for all scheduled reports. |
ScheduledReportGetSpecifiedScheduledReport | Get /ScheduledReport/{scheduledReportGuid} | Returns data for the specified scheduled report. |
ScheduledReportPartiallyUpdateScheduledReport | Patch /ScheduledReport/{scheduledReportGuid} | Partially update the specified scheduled report. |
ScheduledReportUpdateScheduledReport | Put /ScheduledReport/{scheduledReportGuid} | Update the specified scheduled report. |
ScheduledReport ScheduledReportCreateScheduledReport(ctx, optional) Creates a new scheduled report.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *ScheduledReportApiScheduledReportCreateScheduledReportOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a ScheduledReportApiScheduledReportCreateScheduledReportOpts struct
Name | Type | Description | Notes |
---|---|---|---|
scheduledReport | optional.Interface of ScheduledReport | The details for the scheduled report. |
- 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]
ScheduledReportDeleteSpecifiedScheduledReport(ctx, scheduledReportGuid) Delete the specified scheduled report.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
scheduledReportGuid | string | The guid of the specified scheduled report. |
(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]
[]ScheduledReport ScheduledReportGetAllScheduledReports(ctx, ) Returns data for all scheduled reports.
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]
ScheduledReport ScheduledReportGetSpecifiedScheduledReport(ctx, scheduledReportGuid) Returns data for the specified scheduled report.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
scheduledReportGuid | string | The guid of the specified scheduled report. |
- 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]
ScheduledReport ScheduledReportPartiallyUpdateScheduledReport(ctx, scheduledReportGuid, optional) Partially update the specified scheduled report.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
scheduledReportGuid | string | The guid of the specified scheduled report. | |
optional | *ScheduledReportApiScheduledReportPartiallyUpdateScheduledReportOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a ScheduledReportApiScheduledReportPartiallyUpdateScheduledReportOpts struct
Name | Type | Description | Notes |
---|
scheduledReport | optional.Interface of ScheduledReport| The details for the scheduled report. |
- 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]
ScheduledReport ScheduledReportUpdateScheduledReport(ctx, scheduledReportGuid, optional) Update the specified scheduled report.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
scheduledReportGuid | string | The guid of the specified scheduled report. | |
optional | *ScheduledReportApiScheduledReportUpdateScheduledReportOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a ScheduledReportApiScheduledReportUpdateScheduledReportOpts struct
Name | Type | Description | Notes |
---|
scheduledReport | optional.Interface of ScheduledReport| The details for the scheduled report. |
- 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]