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

# PFProfilesGetEntityProfilesRequest

> PFProfilesGetEntityProfilesRequest データ モデル。エンティティ タイプとエンティティ識別子のセットが指定されると、呼び出し元が読み取り可能なすべてのプロファイル プロパティを取得します。

PFProfilesGetEntityProfilesRequest データ モデル。エンティティ タイプとエンティティ識別子のセットが指定されると、呼び出し元が読み取り可能なすべてのプロファイル プロパティを取得します。呼び出し元が読み取りを許可されていないプロファイルは、結果に含まれず、通知もされません。

## 構文

```cpp theme={null}
typedef struct PFProfilesGetEntityProfilesRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* dataAsObject;  
    PFEntityKey const* entities;  
    uint32_t entitiesCount;  
} PFProfilesGetEntityProfilesRequest;  
```

### メンバー

**`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 文字列です。

**`entities`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

読み込むプロファイルのエンティティ キー。1 個以上 25 個以下である必要があります。

**`entitiesCount`**   uint32\_t

entities の数。

## 要件

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

## 関連項目

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


## Related topics

- [PFProfilesGetProfilesAsync](/ja-jp/services/playfab/api-references/c/pfprofiles/functions/pfprofilesgetprofilesasync.md)
- [Services C API overview - PFProfilesTypes.h](/ja-jp/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [PFProfilesGetEntityProfileRequest](/ja-jp/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesgetentityprofilerequest.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)
