All URIs are relative to /
| Method | HTTP request | Description |
|---|---|---|
| get_alert_notifications_for_app_using_post1 | POST users-web/api/v3/apps/{appId}/notifications/alerts | Get alert notifications for an app |
| get_alert_notifications_for_user_using_post1 | POST users-web/api/v3/notifications/alerts | Get alert notifications for a user |
NotificationsResponse get_alert_notifications_for_app_using_post1(ctx, body, app_id) Get alert notifications for an app
Default value of interval is 1d
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context containing the authentication | nil if no authentication |
| body | AlertNotificationRequest | Time Interval | |
| 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]
NotificationsResponse get_alert_notifications_for_user_using_post1(ctx, body) Get alert notifications for a user
Default value of interval is 1d
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context containing the authentication | nil if no authentication |
| body | AlertNotificationRequest | Time Interval |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]