クリエーターハブ
ダッシュボード
学ぶ
ストア
人材
フォーラム
ロードマップ
ログイン
作成
概要
バーチャル空間
Avatar
アセット
オープンクラウド
Roblox Studioは、最小仕様要件を引き上げました。
もっと詳しく
作成
/
オープンクラウド
/
Legacy APIs
日本語
フィードバック
Notifications v2
*
このコンテンツは、ベータ版のAI(人工知能)を使用して翻訳されており、エラーが含まれている可能性があります。このページを英語で表示するには、
こちら
をクリックしてください。
ベース URL
https://notifications.roblox.com
JSON
ダウンロード
PushNotifications
GET
/v2
/push-notifications
/chrome-manifest
クロムマニフェストを取得して、GCM プロジェクトをクロムブラウザにリンクする
POST
/v2
/push-notifications
/deregister-all-devices
すべてのデバイスを登録解除して、プッシュ通知を無効にする
POST
/v2
/push-notifications
/deregister-current-device
現在のデバイスを登録解除して、プッシュ通知を無効にする
POST
/v2
/push-notifications
/deregister-current-device-ios-pushkit
現在のデバイスを登録解除して、プッシュ通知を無効にする
GET
/v2
/push-notifications
/get-current-device-destination
現在のデバイスの目的地を取得する
GET
/v2
/push-notifications
/get-destinations
署名されたユーザーに関連する有効な目的地を取得する
GET
/v2
/push-notifications
/metadata
指定された通知の対応するメタデータを取得する
POST
/v2
/push-notifications
/register-android-native
Android ネイティブを登録してプッシュ通知を受信する
POST
/v2
/push-notifications
/register-ios-native
IOS デバイスをプッシュ通知用に登録する
POST
/v2
/push-notifications
/register-ios-pushkit
IOS デバイスをプッシュ通知用に登録する
NotificationStream
POST
/v2
/stream-notifications
/clear-unread
未読の通知ストリームカウントをクリアする
GET
/v2
/stream-notifications
/get-latest-game-updates
ログインしたユーザーに送信された最新の非アグレゲートゲームアップデートを取得
GET
/v2
/stream-notifications
/get-recent
通知ストリームから最近のエントリを取得する
GET
/v2
/stream-notifications
/metadata
通知ストリームメタデータを取得する。
GET
/v2
/stream-notifications
/unread-count
未読の通知ストリームエントリのカウントを取得する
Models
Roblox.Api.Notifications.Models.ChromeManifestModel
Roblox.Api.Notifications.Models.GameUpdateNotificationModel
Roblox.Api.Notifications.Models.GetCurrentPushDestinationResponseModel
Roblox.Api.Notifications.Models.GetMetadataResponseModel
Roblox.Api.Notifications.Models.GetPushDestinationsResponseModel
Roblox.Api.Notifications.Models.NotificationStreamEntriesModel
Roblox.Api.Notifications.Models.NotificationUser
Roblox.Api.Notifications.Models.PushNotificationClientMetadata
Roblox.Api.Notifications.Models.PushNotificationRegistration
Roblox.Api.Notifications.Models.RegisterAndroidRequestModel
Roblox.Api.Notifications.Models.RegisterIOSNativeRequestModel
Roblox.Api.Notifications.Models.RegisterIOSPushKitRequestModel
Roblox.Api.Notifications.Models.RegistrationResponseModel
Roblox.Api.Notifications.Models.ResponseModels.NotificationStreamMetadataResponse
Roblox.Api.Notifications.Models.SuccessResponseModel
Roblox.Api.Notifications.Models.UnreadStreamNotificationsModel
Roblox.Api.Notifications.Models.UserPushDestination