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

# PFTitleDataManagementClientGetTitleNewsAsync

> Client API to retrieve the PlayFab title news feed as configured in Game Manager, letting titles surface latest announcements to authenticated players.

Retrieves the title news feed, as configured in the developer portal

## Syntax

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

### Parameters

**`entityHandle`**   PFEntityHandle

PFEntityHandle to use for authentication.

**`request`**   [PFTitleDataManagementGetTitleNewsRequest\*](/services/playfab/api-references/c/pftitledatamanagementtypes/structs/pftitledatamanagementgettitlenewsrequest)

Populated request object.

**`async`**   XAsyncBlock\*\
**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 [PFTitleDataManagementClientGetTitleNewsGetResultSize](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitlenewsgetresultsize) and [PFTitleDataManagementClientGetTitleNewsGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitlenewsgetresult) to get the result.

## Requirements

**Header:** PFTitleDataManagement.h

## See also

[PFTitleDataManagement members](/services/playfab/api-references/c/pftitledatamanagement/pftitledatamanagement_members)


## Related topics

- [PFTitleDataManagementClientGetTitleNewsGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitlenewsgetresult.md)
- [Services C API overview - PFTitleDataManagement.h](/services/playfab/api-references/c/pftitledatamanagement/pftitledatamanagement_members.md)
- [PFTitleDataManagementClientGetTitleDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitledataasync.md)
- [PFTitleDataManagementClientGetTitleNewsGetResultSize](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitlenewsgetresultsize.md)
- [PFTitleDataManagementServerGetTitleDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettitledataasync.md)
