> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Content & Configuration Reads メーター API の説明

> Content & Configuration reads メーターをインクリメントする、エンティティ ファイル、アクション、ルール、およびタイトル ニュース向けの PlayFab Admin および Client API のリファレンス一覧です。

Content & Configuration ファイルには、エンティティ ファイル、アクション、ルール、スケジュールされたタスク、マッチメイキング、プッシュ通知、メール、およびタイトル ニュースが含まれます。Content & Configuration ファイルはキーと値のペアの集合で、主にゲームの構成をリモートで管理するために使用されます。

以下の API は、Content & Configuration reads メーターをインクリメントします。

## Admin API

* [GetContentUploadUrl](https://learn.microsoft.com/en-us/rest/api/services/playfab/admin/content/get-content-upload-url?view=playfab-rest\&preserve-view=true) コンテンツ ファイルをアップロードするための事前署名付き URL を取得します。返された URL に対して HTTP PUT を送信することで、コンテンツをアップロードします。なお、Content サービスは PlayFab の CDN 提供機能であり、標準の CDN 料金が適用される点にご注意ください。
* [GetActionsOnPlayersInSegmentTaskInstance](https://learn.microsoft.com/en-us/rest/api/services/playfab/admin/scheduled-task/get-actions-on-players-in-segment-task-instance?view=playfab-rest\&preserve-view=true) ActionsOnPlayersInSegment タスク インスタンスに関する情報を取得します。

## Client API

* [GetTitleNews](https://learn.microsoft.com/en-us/rest/api/services/playfab/client/title-wide-data-management/get-title-news?view=playfab-rest\&preserve-view=true) デベロッパー ポータルで構成されたタイトル ニュース フィードを取得します。
* [GetContentDownloadUrl](https://learn.microsoft.com/en-us/rest/api/services/playfab/client/content/get-content-download-url?view=playfab-rest\&preserve-view=true) タイトルのコンテンツ ファイルにアクセスするための事前署名付き URL を取得します。返された URL に対して HTTP GET を実行すると、コンテンツのダウンロードが試みられます。返された URL への HEAD クエリでは、コンテンツのメタデータの取得が試みられます。なお、成功した結果はこのコンテンツの存在を保証するものではありません。まだアップロードされていない場合、データを取得するクエリは失敗します。また、Content サービスは PlayFab の CDN 提供機能であり、標準の CDN 料金が適用される点にご注意ください。
* [GetPhotonAuthenticationToken](https://learn.microsoft.com/en-us/rest/api/services/playfab/client/authentication/get-photon-authentication-token?view=playfab-rest\&preserve-view=true) プレイヤーを Photon ルームに安全に参加させるために使用できる Photon カスタム認証トークンを取得します。詳細については [Photon Quickstart](/services/playfab/live-service-management/service-gateway/add-ons/photon/quickstart) を参照してください。
* [GetTitlePublicKey](https://learn.microsoft.com/en-us/rest/api/services/playfab/client/authentication/get-title-public-key?view=playfab-rest\&preserve-view=true) タイトルの Base64 エンコードされた RSA CSP BLOB を返します。
* [GetTradeStatus](https://learn.microsoft.com/en-us/rest/api/services/playfab/client/trading/get-trade-status?view=playfab-rest\&preserve-view=true) 既存のトレードの現在のステータスを取得します。
* [GetWindowsHelloChallenge](/services/playfab/identity/player-identity/platform-specific-authentication/uwp) 認証のために Windows Hello Passport サービスによって署名されるチャレンジをサーバーに要求します。

## Data API

* [GetFiles](https://learn.microsoft.com/en-us/rest/api/services/playfab/data/file/get-files?view=playfab-rest\&preserve-view=true) エンティティのプロファイルからファイルのメタデータを取得します。

## Server API

* [GetContentDownloadUrl](https://learn.microsoft.com/en-us/rest/api/services/playfab/server/content/get-content-download-url?view=playfab-rest\&preserve-view=true) タイトルのコンテンツ ファイルにアクセスするための事前署名付き URL を取得します。返された URL に対して HTTP GET を実行すると、コンテンツのダウンロードが試みられます。返された URL への HEAD クエリでは、コンテンツのメタデータの取得が試みられます。なお、成功した結果はこのコンテンツの存在を保証するものではありません。まだアップロードされていない場合、データを取得するクエリは失敗します。また、Content サービスは PlayFab の CDN 提供機能であり、標準の CDN 料金が適用される点にご注意ください。
* [GetTitleNews](https://learn.microsoft.com/en-us/rest/api/services/playfab/server/title-wide-data-management/get-title-news?view=playfab-rest\&preserve-view=true) デベロッパー ポータルで構成されたタイトル ニュース フィードを取得します。
* [SendCustomAccountRecoveryEmail](https://learn.microsoft.com/en-us/rest/api/services/playfab/server/account-management/send-custom-account-recovery-email?view=playfab-rest\&preserve-view=true) アカウント回復のメール テンプレートに基づいて、ユーザー アカウントに登録されている連絡先メール アドレスへメールを強制的に送信します。
* [SendEmailFromTemplate](https://learn.microsoft.com/en-us/rest/api/services/playfab/server/account-management/send-email-from-template?view=playfab-rest\&preserve-view=true) メール テンプレートに基づいて、プレイヤーの連絡先メール アドレスにメールを送信します。
* [SendPushNotification](https://learn.microsoft.com/en-us/rest/api/services/playfab/server/account-management/send-push-notification?view=playfab-rest\&preserve-view=true) ユーザーのデバイスが PlayFab でプッシュ通知用に構成されている場合に、特定のユーザーに iOS/Android のプッシュ通知を送信します。ユーザーが Android と iOS 両方のデバイスをリンクしている場合、両方に通知されます。
* [SendPushNotificationFromTemplate](https://learn.microsoft.com/en-us/rest/api/services/playfab/server/account-management/send-push-notification-from-template?view=playfab-rest\&preserve-view=true) ユーザーのデバイスが PlayFab でプッシュ通知用に構成されている場合に、特定のユーザーに iOS/Android のプッシュ通知テンプレートを送信します。ユーザーが Android と iOS 両方のデバイスをリンクしている場合、両方に通知されます。


## Related topics

- [Content & Configuration Writes メーター API の説明](/ja-jp/services/playfab/pricing/meters/file-writes.md)
- [Profile Reads メーター API の説明](/ja-jp/services/playfab/pricing/meters/profile-reads.md)
- [Profile Writes メーター API の説明](/ja-jp/services/playfab/pricing/meters/profile-writes.md)
- [Inventory Writes メーター API の説明](/ja-jp/services/playfab/pricing/meters/economy-writes.md)
- [Inventory 読み取りメーター API の説明](/ja-jp/services/playfab/pricing/meters/economy-reads.md)
