> ## 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.

# PFProfilesGetEntityProfileRequest

> PFProfilesGetEntityProfileRequest データ モデル。エンティティ タイプとエンティティ識別子が指定されると、エンティティ ストアからプロファイルを取得します。

PFProfilesGetEntityProfileRequest データ モデル。エンティティ タイプとエンティティ識別子が指定されると、エンティティ ストアからプロファイルを取得します。取得されるプロファイルが呼び出し元のものである場合、読み取り操作は整合性が保たれますが、そうでない場合は不整合な読み取りとなります。不整合な読み取りとは、プロファイルの読み取り前にコミット済みのすべての書き込みが行われていることを保証しないことを意味し、古い読み取りが発生する可能性があります。整合性が重要な場合は、結果の Version Number を使用して、読み取り側が保持するプロファイルのバージョンを比較できます。

## 構文

```cpp theme={null}
typedef struct PFProfilesGetEntityProfileRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* dataAsObject;  
    PFEntityKey const* entity;  
} PFProfilesGetEntityProfileRequest;  
```

### メンバー

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*nullptr の可能性あり*

(省略可能) リクエストに関連付けられた省略可能なカスタム タグ (例: ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数。

**`dataAsObject`**   bool const\*<br />*nullptr の可能性あり*

(省略可能) オブジェクトをエスケープされた JSON 文字列として返すか、エスケープされていない JSON オブジェクトとして返すかを決定します。既定は JSON 文字列です。

**`entity`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*<br />*nullptr の可能性あり*

(省略可能) このアクションを実行する対象の任意のエンティティ。既定では現在ログインしているエンティティになります。

## 要件

**ヘッダー:** PFProfilesTypes.h

## 関連項目

[PFProfilesTypes のメンバー](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members)


## Related topics

- [PFProfilesGetProfileAsync](/ja-jp/services/playfab/api-references/c/pfprofiles/functions/pfprofilesgetprofileasync.md)
- [Services C API overview - PFProfilesTypes.h](/ja-jp/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [PFProfilesGetEntityProfilesRequest](/ja-jp/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesgetentityprofilesrequest.md)
- [PFProfilesSetEntityProfilePolicyRequest](/ja-jp/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilessetentityprofilepolicyrequest.md)
- [PFProfilesGetEntityProfileResponse](/ja-jp/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesgetentityprofileresponse.md)
