You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ExportPlayersRequestBody.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
| Name | Type | Description | Notes |
6
6
| ---- | ---- | ----------- | ----- |
7
7
|**extra_fields**|**Array<String>**| Additional fields that you wish to include. Currently supports location, country, rooted, notification_types, ip, external_user_id, web_auth, and web_p256. |[optional]|
8
-
|**last_active_since**|**Integer**| Export all devices with a last_active timestamp greater than this time. Unixtime in seconds. |[optional]|
8
+
|**last_active_since**|**String**| Export all devices with a last_active timestamp greater than this time. Unixtime in seconds. |[optional]|
9
9
|**segment_name**|**String**| Export al ldevices belonging to the segment. |[optional]|
Copy file name to clipboardExpand all lines: docs/Notification.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
|**value**|**Integer**||[optional][readonly]|
33
33
|**name**|**String**| Required for SMS Messages. An identifier for tracking message within the OneSignal dashboard or export analytics. Not shown to end user. |[optional]|
|**is_ios**|**Boolean**| Indicates whether to send to all devices registered under your app's Apple iOS platform. |[optional][default to true]|
35
+
|**is_ios**|**Boolean**| Indicates whether to send to all devices registered under your app's Apple iOS platform. |[optional]|
36
36
|**is_android**|**Boolean**| Indicates whether to send to all devices registered under your app's Google Android platform. |[optional]|
37
37
|**is_huawei**|**Boolean**| Indicates whether to send to all devices registered under your app's Huawei Android platform. |[optional]|
38
38
|**is_any_web**|**Boolean**| Indicates whether to send to all subscribed web browser users, including Chrome, Firefox, and Safari. You may use this instead as a combined flag instead of separately enabling isChromeWeb, isFirefox, and isSafari, though the three options are equivalent to this one. |[optional]|
@@ -70,7 +70,7 @@
70
70
|**huawei_channel_id**|**String**| Channel: Push Notifications Platform: Huawei The Android Oreo Notification Category to send the notification under. See the Category documentation on creating one and getting it's id. |[optional]|
71
71
|**existing_android_channel_id**|**String**| Channel: Push Notifications Platform: Android Use this if you have client side Android Oreo Channels you have already defined in your app with code. |[optional]|
72
72
|**huawei_existing_channel_id**|**String**| Channel: Push Notifications Platform: Huawei Use this if you have client side Android Oreo Channels you have already defined in your app with code. |[optional]|
|**small_icon**|**String**| Channel: Push Notifications Platform: Android Icon shown in the status bar and on the top left of the notification. If not set a bell icon will be used or ic_stat_onesignal_default if you have set this resource name. See: How to create small icons |[optional]|
75
75
|**huawei_small_icon**|**String**| Channel: Push Notifications Platform: Huawei Icon shown in the status bar and on the top left of the notification. Use an Android resource path (E.g. /drawable/small_icon). Defaults to your app icon if not set. |[optional]|
76
76
|**large_icon**|**String**| Channel: Push Notifications Platform: Android Can be a drawable resource name or a URL. See: How to create large icons |[optional]|
@@ -97,7 +97,6 @@
97
97
|**collapse_id**|**String**| Channel: Push Notifications Platform: iOS 10+, Android Only one notification with the same id will be shown on the device. Use the same id to update an existing notification instead of showing a new one. Limit of 64 characters. |[optional]|
98
98
|**web_push_topic**|**String**| Channel: Push Notifications Platform: All Browsers Display multiple notifications at once with different topics. |[optional]|
99
99
|**apns_alert**|**Object**| Channel: Push Notifications Platform: iOS 10+ iOS can localize push notification messages on the client using special parameters such as loc-key. When using the Create Notification endpoint, you must include these parameters inside of a field called apns_alert. Please see Apple's guide on localizing push notifications to learn more. |[optional]|
100
-
|**send_after**|**Time**| Channel: All Schedule notification for future delivery. API defaults to UTC -1100 Examples: All examples are the exact same date & time. \"Thu Sep 24 2015 14:00:00 GMT-0700 (PDT)\" \"September 24th 2015, 2:00:00 pm UTC-07:00\" \"2015-09-24 14:00:00 GMT-0700\" \"Sept 24 2015 14:00:00 GMT-0700\" \"Thu Sep 24 2015 14:00:00 GMT-0700 (Pacific Daylight Time)\" Note: SMS currently only supports send_after parameter. |[optional]|
101
100
|**delayed_option**|**String**| Channel: All Possible values are: timezone (Deliver at a specific time-of-day in each users own timezone) last-active Same as Intelligent Delivery . (Deliver at the same time of day as each user last used your app). If send_after is used, this takes effect after the send_after time has elapsed. |[optional]|
102
101
|**delivery_time_of_day**|**String**| Channel: All Use with delayed_option=timezone. Examples: \"9:00AM\" \"21:45\" \"9:45:30\" |[optional]|
103
102
|**ttl**|**Integer**| Channel: Push Notifications Platform: iOS, Android, Chrome, Firefox, Safari, ChromeWeb Time To Live - In seconds. The notification will be expired if the device does not come back online within this time. The default is 259,200 seconds (3 days). Max value to set is 2419200 seconds (28 days). |[optional]|
@@ -117,6 +116,7 @@
117
116
|**email_from_address**|**String**| Channel: Email The email address the email is from. If not specified, will default to \"from email\" set in the OneSignal Dashboard Email Settings. |[optional]|
118
117
|**sms_from**|**String**| Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. |[optional]|
119
118
|**sms_media_urls**|**Array<String>**| Channel: SMS URLs for the media files to be attached to the SMS content. Limit: 10 media urls with a total max. size of 5MBs. |[optional]|
119
+
|**send_after**|**Time**| Channel: All Schedule notification for future delivery. API defaults to UTC -1100 Examples: All examples are the exact same date & time. \"Thu Sep 24 2015 14:00:00 GMT-0700 (PDT)\" \"September 24th 2015, 2:00:00 pm UTC-07:00\" \"2015-09-24 14:00:00 GMT-0700\" \"Sept 24 2015 14:00:00 GMT-0700\" \"Thu Sep 24 2015 14:00:00 GMT-0700 (Pacific Daylight Time)\" Note: SMS currently only supports send_after parameter. |[optional]|
0 commit comments