All URIs are relative to /
Method | HTTP request | Description |
---|---|---|
create_for_app_using_post | POST users-web/api/v3/apps/{appId}/subscription | Create App subscription |
create_for_dash_using_post1 | POST users-web/api/v3/dashboards/{dashId}/subscription | Create dashboard subscription |
delete_using_delete3 | DELETE users-web/api/v3/subscriptions/{updateableSubscriptionId} | Delete subscription |
list_using_get2 | GET users-web/api/v3/apps/{appId}/subscriptions | Get subscriptions for an App |
list_using_get5 | GET users-web/api/v3/subscriptions | Get current account's subscriptions |
send_app_report_using_post1 | POST users-web/api/v3/apps/{appId}/report/send | Email an App report |
send_dash_report_using_post1 | POST users-web/api/v3/dashboards/{dashId}/report/send | Email a dashboard report |
toggle_enabled_using_put | PUT users-web/api/v3/subscriptions/{updateableSubscriptionId} | Toggle subscription status |
update_for_app_using_put1 | PUT users-web/api/v3/apps/{appId}/subscription | Update App subscription |
update_for_dash_using_put | PUT users-web/api/v3/dashboards/{dashId}/subscription | Update dashboard subscription |
SubscriptionResponse create_for_app_using_post(ctx, body, app_id) Create App subscription
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
body | SubscriptionDto | subscription | |
app_id | i64 | appId |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
SubscriptionResponse create_for_dash_using_post1(ctx, body, dash_id) Create dashboard subscription
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
body | SubscriptionDashboardDto | subscription | |
dash_id | i64 | dashId |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GenericMapBasedApiResponse delete_using_delete3(ctx, updateable_subscription_id) Delete subscription
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
updateable_subscription_id | i64 | updateableSubscriptionId |
[GenericMapBasedApiResponse](Generic Map Based Api Response.md)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
SubscriptionsResponse list_using_get2(ctx, app_id) Get subscriptions for an App
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
app_id | i64 | appId |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
SubscriptionsResponse list_using_get5(ctx, ) Get current account's subscriptions
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
MailReportResponse send_app_report_using_post1(ctx, body, app_id) Email an App report
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
body | ReportInfo | emailDto | |
app_id | i64 | appId |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
MailReportResponse send_dash_report_using_post1(ctx, body, dash_id) Email a dashboard report
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
body | ReportInfo | emailDto | |
dash_id | i64 | dashId |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
SubscriptionResponse toggle_enabled_using_put(ctx, body, updateable_subscription_id) Toggle subscription status
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
body | UpdateSubscriptionDto | dto | |
updateable_subscription_id | i64 | updateableSubscriptionId |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
SubscriptionResponse update_for_app_using_put1(ctx, body, app_id) Update App subscription
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
body | SubscriptionDto | subscription | |
app_id | i64 | appId |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
SubscriptionResponse update_for_dash_using_put(ctx, body, dash_id) Update dashboard subscription
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
body | SubscriptionDashboardDto | subscription | |
dash_id | i64 | dashId |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]