|
1 | 1 | # \AlertNotificationsApi
|
2 | 2 |
|
3 |
| -All URIs are relative to *https://localhost* |
| 3 | +All URIs are relative to *http://localhost* |
4 | 4 |
|
5 | 5 | | Method | HTTP request | Description |
|
6 | 6 | | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------- |
|
7 |
| -| [**get_alert_notifications_for_app_using_post**](AlertNotificationsApi.md#get_alert_notifications_for_app_using_post) | **Post** /users-web/api/v3/apps/{appId}/notifications/alerts | Get alert notifications for an app | |
| 7 | +| [**get_alert_notifications_for_app_using_post1**](AlertNotificationsApi.md#get_alert_notifications_for_app_using_post1) | **Post** /users-web/api/v3/apps/{appId}/notifications/alerts | Get alert notifications for an app | |
8 | 8 | | [**get_alert_notifications_for_user_using_post**](AlertNotificationsApi.md#get_alert_notifications_for_user_using_post) | **Post** /users-web/api/v3/notifications/alerts | Get alert notifications for a user |
|
9 | 9 |
|
10 | 10 |
|
11 |
| -# **get_alert_notifications_for_app_using_post** |
12 |
| -> ::models::GenericApiResponse get_alert_notifications_for_app_using_post(ctx, app_id, time_interval) |
| 11 | + |
| 12 | +## get_alert_notifications_for_app_using_post1 |
| 13 | + |
| 14 | +> crate::models::GenericApiResponse get_alert_notifications_for_app_using_post1(app_id, time_interval) |
13 | 15 | Get alert notifications for an app
|
14 | 16 |
|
15 | 17 | Default value of interval is 1d
|
16 | 18 |
|
17 |
| -### Required Parameters |
| 19 | +### Parameters |
| 20 | + |
18 | 21 |
|
19 |
| -| Name | Type | Description | Notes | |
20 |
| -| ----------------- | ----------------------------------------------------------- | ------------------------------------- | ------------------------ | |
21 |
| -| **ctx** | **context.Context** | context containing the authentication | nil if no authentication | |
22 |
| -| **app_id** | **i64** | appId | |
23 |
| -| **time_interval** | [**AlertNotificationRequest**](AlertNotificationRequest.md) | Time Interval | |
| 22 | +| Name | Type | Description | Required | Notes | |
| 23 | +| ----------------- | ----------------------------------------------------------- | ------------- | ---------- | ----- | |
| 24 | +| **app_id** | **i64** | appId | [required] | |
| 25 | +| **time_interval** | [**AlertNotificationRequest**](AlertNotificationRequest.md) | Time Interval | [required] | |
24 | 26 |
|
25 | 27 | ### Return type
|
26 | 28 |
|
27 |
| -[**::models::GenericApiResponse**](Generic Api Response.md) |
| 29 | +[**crate::models::GenericApiResponse**](Generic Api Response.md) |
28 | 30 |
|
29 | 31 | ### Authorization
|
30 | 32 |
|
31 | 33 | [api_key](../README.md#api_key)
|
32 | 34 |
|
33 | 35 | ### HTTP request headers
|
34 | 36 |
|
35 |
| - - **Content-Type**: application/json |
36 |
| - - **Accept**: application/json |
| 37 | +- **Content-Type**: application/json |
| 38 | +- **Accept**: application/json |
37 | 39 |
|
38 | 40 | [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
39 | 41 |
|
40 |
| -# **get_alert_notifications_for_user_using_post** |
41 |
| -> ::models::GenericApiResponse get_alert_notifications_for_user_using_post(ctx, time_interval) |
| 42 | + |
| 43 | +## get_alert_notifications_for_user_using_post |
| 44 | + |
| 45 | +> crate::models::GenericApiResponse get_alert_notifications_for_user_using_post(time_interval) |
42 | 46 | Get alert notifications for a user
|
43 | 47 |
|
44 | 48 | Default value of interval is 1d
|
45 | 49 |
|
46 |
| -### Required Parameters |
| 50 | +### Parameters |
| 51 | + |
47 | 52 |
|
48 |
| -| Name | Type | Description | Notes | |
49 |
| -| ----------------- | ----------------------------------------------------------- | ------------------------------------- | ------------------------ | |
50 |
| -| **ctx** | **context.Context** | context containing the authentication | nil if no authentication | |
51 |
| -| **time_interval** | [**AlertNotificationRequest**](AlertNotificationRequest.md) | Time Interval | |
| 53 | +| Name | Type | Description | Required | Notes | |
| 54 | +| ----------------- | ----------------------------------------------------------- | ------------- | ---------- | ----- | |
| 55 | +| **time_interval** | [**AlertNotificationRequest**](AlertNotificationRequest.md) | Time Interval | [required] | |
52 | 56 |
|
53 | 57 | ### Return type
|
54 | 58 |
|
55 |
| -[**::models::GenericApiResponse**](Generic Api Response.md) |
| 59 | +[**crate::models::GenericApiResponse**](Generic Api Response.md) |
56 | 60 |
|
57 | 61 | ### Authorization
|
58 | 62 |
|
59 | 63 | [api_key](../README.md#api_key)
|
60 | 64 |
|
61 | 65 | ### HTTP request headers
|
62 | 66 |
|
63 |
| - - **Content-Type**: application/json |
64 |
| - - **Accept**: application/json |
| 67 | +- **Content-Type**: application/json |
| 68 | +- **Accept**: application/json |
65 | 69 |
|
66 | 70 | [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
0 commit comments