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

# PFLeaderboardsGetEntityLeaderboardRequest

> PFLeaderboardsGetEntityLeaderboardRequest データ モデル。リーダーボードを読み込むリクエスト。

PFLeaderboardsGetEntityLeaderboardRequest データ モデル。リーダーボードを読み込むリクエスト。

## 構文

```cpp theme={null}
typedef struct PFLeaderboardsGetEntityLeaderboardRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* leaderboardName;  
    uint32_t pageSize;  
    uint32_t const* startingPosition;  
    uint32_t const* version;  
} PFLeaderboardsGetEntityLeaderboardRequest;  
```

### メンバー

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

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

**`customTagsCount`**   uint32\_t

customTags の数。

**`leaderboardName`**   const char\*<br />*is null-terminated*

リーダーボードの名前。

**`pageSize`**   uint32\_t

リーダーボードから返される結果の最大数。最小値は 1、最大値は 100 です。

**`startingPosition`**   uint32\_t const\*<br />*may be nullptr*

(省略可) 開始するインデックス位置。1 がリーダーボードの先頭です。

**`version`**   uint32\_t const\*<br />*may be nullptr*

(省略可) リーダーボードのバージョン (省略可能)。既定では現在のバージョンになります。

## 要件

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

## 関連項目

[PFLeaderboardsTypes のメンバー](/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members)


## Related topics

- [PFLeaderboardsGetLeaderboardAsync](/ja-jp/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardsgetleaderboardasync.md)
- [Services C API overview - PFLeaderboardsTypes.h](/ja-jp/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members.md)
- [PFLeaderboardsGetLeaderboardForEntitiesRequest](/ja-jp/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsgetleaderboardforentitiesrequest.md)
- [PFLeaderboardsGetFriendLeaderboardForEntityRequest](/ja-jp/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsgetfriendleaderboardforentityrequest.md)
- [PFLeaderboardsGetLeaderboardAroundEntityRequest](/ja-jp/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsgetleaderboardaroundentityrequest.md)
