> ## 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 읽기 미터를 증가시키는 엔터티 파일, 액션, 규칙 및 타이틀 뉴스에 대한 PlayFab Admin 및 Client API의 참조 목록입니다.

Content & Configuration 파일에는 다음 항목이 포함됩니다: 엔터티 파일, 액션, 규칙, 예약된 작업, 매치메이킹, 푸시 알림, 이메일 및 타이틀 뉴스. Content & Configuration 파일은 주로 게임의 구성을 원격으로 관리하는 데 사용되는 키/값 쌍의 집합입니다.

다음 API는 Content & Configuration 읽기 미터를 증가시킵니다.

## 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은 콘텐츠를 업로드합니다. 또한, 콘텐츠 서비스는 특히 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) 이 API는 타이틀에 대한 콘텐츠 파일에 액세스하기 위한 사전 서명된 URL을 검색합니다. 반환된 URL에 대한 후속 HTTP GET은 콘텐츠를 다운로드하려고 시도합니다. 반환된 URL에 대한 HEAD 쿼리는 콘텐츠의 메타데이터를 검색하려고 시도합니다. 성공적인 결과가 이 콘텐츠의 존재를 보장하지는 않습니다 - 업로드되지 않은 경우, 데이터를 검색하는 쿼리가 실패합니다. 또한, 콘텐츠 서비스는 특히 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) 타이틀의 base 64 인코딩된 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) 이 API는 타이틀에 대한 콘텐츠 파일에 액세스하기 위한 사전 서명된 URL을 검색합니다. 반환된 URL에 대한 후속 HTTP GET은 콘텐츠를 다운로드하려고 시도합니다. 반환된 URL에 대한 HEAD 쿼리는 콘텐츠의 메타데이터를 검색하려고 시도합니다. 성공적인 결과가 이 콘텐츠의 존재를 보장하지는 않습니다 - 업로드되지 않은 경우, 데이터를 검색하는 쿼리가 실패합니다. 또한, 콘텐츠 서비스는 특히 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 설명](/ko/services/playfab/pricing/meters/file-writes.md)
- [Profile Reads 미터 API 설명](/ko/services/playfab/pricing/meters/profile-reads.md)
- [Inventory Reads 미터 API 설명](/ko/services/playfab/pricing/meters/economy-reads.md)
- [통계 미터](/ko/services/playfab/pricing/meters/statistics-meters.md)
- [Profile Writes 미터 API 설명](/ko/services/playfab/pricing/meters/profile-writes.md)
