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

# PFCatalogGetEntityItemReviewAsync

> 認証されたエンティティによる指定されたアイテムへの投稿レビューを取得します。個別の評価とレビュー データはほぼリアルタイムで更新され、遅延は数秒以内です。

認証されたエンティティによる指定されたアイテムへの投稿レビューを取得します。個別の評価とレビュー データはほぼリアルタイムで更新され、遅延は数秒以内です。

## 構文

```cpp theme={null}
HRESULT PFCatalogGetEntityItemReviewAsync(  
    PFEntityHandle entityHandle,  
    const PFCatalogGetEntityItemReviewRequest* request,  
    XAsyncBlock* async  
)  
```

### パラメーター

**`entityHandle`**   PFEntityHandle

認証に使用する PFEntityHandle。

**`request`**   [PFCatalogGetEntityItemReviewRequest\*](/services/playfab/api-references/c/pfcatalogtypes/structs/pfcataloggetentityitemreviewrequest)

値が設定されたリクエスト オブジェクト。

**`async`**   XAsyncBlock\*<br />*Inout*

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

この API 操作の結果コード。

## 解説

この API はすべてのプラットフォームで利用可能です。非同期タスクが完了したら、[PFCatalogGetEntityItemReviewGetResultSize](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentityitemreviewgetresultsize) と [PFCatalogGetEntityItemReviewGetResult](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentityitemreviewgetresult) を呼び出して結果を取得します。

## 要件

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

## 関連項目

[PFCatalog のメンバー](/services/playfab/api-references/c/pfcatalog/pfcatalog_members)


## Related topics

- [PFCatalogGetEntityItemReviewGetResult](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentityitemreviewgetresult.md)
- [Services C API overview - PFCatalog.h](/ja-jp/services/playfab/api-references/c/pfcatalog/pfcatalog_members.md)
- [PFCatalogGetItemReviewsAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemreviewsasync.md)
- [PFCatalogGetItemReviewSummaryAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemreviewsummaryasync.md)
- [PFCatalogReviewItemAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcatalogreviewitemasync.md)
