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

# PFCatalogGetItemReviewSummaryAsync

> Get a summary of all ratings and reviews associated with the specified item. Summary ratings data is cached with update data coming within 15 minutes.

Get a summary of all ratings and reviews associated with the specified item. Summary ratings data is cached with update data coming within 15 minutes.

## Syntax

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

### Parameters

**`entityHandle`**   PFEntityHandle

PFEntityHandle to use for authentication.

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

Populated request object.

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

XAsyncBlock for the async operation.

### Return value

Type: HRESULT

Result code for this API operation.

## Remarks

This API is available on all platforms. When the asynchronous task is complete, call [PFCatalogGetItemReviewSummaryGetResultSize](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemreviewsummarygetresultsize) and [PFCatalogGetItemReviewSummaryGetResult](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemreviewsummarygetresult) to get the result.

## Requirements

**Header:** PFCatalog.h

## See also

[PFCatalog members](/services/playfab/api-references/c/pfcatalog/pfcatalog_members)


## Related topics

- [PFCatalogGetItemReviewSummaryGetResult](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemreviewsummarygetresult.md)
- [Services C API overview - PFCatalog.h](/services/playfab/api-references/c/pfcatalog/pfcatalog_members.md)
- [PFCatalogGetItemReviewSummaryResponse](/services/playfab/api-references/c/pfcatalogtypes/structs/pfcataloggetitemreviewsummaryresponse.md)
- [PFCatalogGetItemReviewSummaryRequest](/services/playfab/api-references/c/pfcatalogtypes/structs/pfcataloggetitemreviewsummaryrequest.md)
- [PFCatalogGetItemReviewSummaryGetResultSize](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemreviewsummarygetresultsize.md)
