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

# PFStatisticsGetStatisticsForEntitiesResponse

> Reference for the PFStatisticsGetStatisticsForEntitiesResponse struct in the PlayFab Services C API, with statistics and column details per entity.

PFStatisticsGetStatisticsForEntitiesResponse data model.

## Syntax

```cpp theme={null}
typedef struct PFStatisticsGetStatisticsForEntitiesResponse {  
    PFStatisticsStatisticColumnCollectionDictionaryEntry const* columnDetails;  
    uint32_t columnDetailsCount;  
    PFStatisticsEntityStatistics const* entitiesStatistics;  
    uint32_t entitiesStatisticsCount;  
} PFStatisticsGetStatisticsForEntitiesResponse;  
```

### Members

**`columnDetails`**   PFStatisticsStatisticColumnCollectionDictionaryEntry const\*<br />*may be nullptr*

(Optional) A mapping of statistic name to the columns defined in the corresponding definition.

**`columnDetailsCount`**   uint32\_t

Count of columnDetails

**`entitiesStatistics`**   [PFStatisticsEntityStatistics](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatistics) const\*<br />*may be nullptr*

(Optional) List of entities mapped to their statistics. Only the latest version of a statistic is returned.

**`entitiesStatisticsCount`**   uint32\_t

Count of entitiesStatistics

## Requirements

**Header:** PFStatisticsTypes.h

## See also

[PFStatisticsTypes members](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsGetStatisticsForEntitiesGetResult](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsforentitiesgetresult.md)
- [Services C API overview - PFStatisticsTypes.h](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsGetStatisticsResponse](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsresponse.md)
- [PFStatisticsGetStatisticDefinitionResponse](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticdefinitionresponse.md)
- [PFStatisticsGetStatisticsForEntitiesAsync](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsforentitiesasync.md)
