StatsApiFp ( configuration ?: Configuration , ) : { statsControllerGetActivityStats ( timeType : StatsControllerGetActivityStatsTimeTypeEnum , dataType : StatsControllerGetActivityStatsDataTypeEnum , gameServerId ?: string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; statsControllerGetCountryStats ( gameServerId ?: string [] , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; statsControllerGetCurrencyStats ( gameServerId : string , playerId ?: string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; statsControllerGetEventsCount ( eventName : StatsControllerGetEventsCountEventNameEnum , bucketStep : StatsControllerGetEventsCountBucketStepEnum , sumBy ?: StatsControllerGetEventsCountSumByEnum [] , gameServerId ?: string , moduleId ?: string , playerId ?: string , userId ?: string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; statsControllerGetLatencyStats ( gameServerId : string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; statsControllerGetPingStats ( gameServerId : string , playerId : string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; statsControllerGetPlayerOnlineStats ( gameServerId ?: string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; } Parameters Optional
configuration : Configuration Returns { statsControllerGetActivityStats ( timeType : StatsControllerGetActivityStatsTimeTypeEnum , dataType : StatsControllerGetActivityStatsDataTypeEnum , gameServerId ?: string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; statsControllerGetCountryStats ( gameServerId ?: string [] , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; statsControllerGetCurrencyStats ( gameServerId : string , playerId ?: string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; statsControllerGetEventsCount ( eventName : StatsControllerGetEventsCountEventNameEnum , bucketStep : StatsControllerGetEventsCountBucketStepEnum , sumBy ?: StatsControllerGetEventsCountSumByEnum [] , gameServerId ?: string , moduleId ?: string , playerId ?: string , userId ?: string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; statsControllerGetLatencyStats ( gameServerId : string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; statsControllerGetPingStats ( gameServerId : string , playerId : string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; statsControllerGetPlayerOnlineStats ( gameServerId ?: string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > ; } statsControllerGetActivityStats : functionstatsControllerGetActivityStats ( timeType : StatsControllerGetActivityStatsTimeTypeEnum , dataType : StatsControllerGetActivityStatsDataTypeEnum , gameServerId ?: string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > statsControllerGetCountryStats : functionstatsControllerGetCountryStats ( gameServerId ?: string [] , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > Parameters Optional
gameServerId : string [] Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > statsControllerGetCurrencyStats : functionstatsControllerGetCurrencyStats ( gameServerId : string , playerId ?: string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > Parameters gameServerId : string Optional
playerId : string Optional
startDate : string Optional
endDate : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > statsControllerGetEventsCount : functionstatsControllerGetEventsCount ( eventName : StatsControllerGetEventsCountEventNameEnum , bucketStep : StatsControllerGetEventsCountBucketStepEnum , sumBy ?: StatsControllerGetEventsCountSumByEnum [] , gameServerId ?: string , moduleId ?: string , playerId ?: string , userId ?: string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > statsControllerGetLatencyStats : functionstatsControllerGetLatencyStats ( gameServerId : string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > Parameters gameServerId : string Optional
startDate : string Optional
endDate : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > statsControllerGetPingStats : functionstatsControllerGetPingStats ( gameServerId : string , playerId : string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > Parameters gameServerId : string playerId : string Optional
startDate : string Optional
endDate : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > statsControllerGetPlayerOnlineStats : functionstatsControllerGetPlayerOnlineStats ( gameServerId ?: string , startDate ?: string , endDate ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , > Parameters Optional
gameServerId : string Optional
startDate : string Optional
endDate : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < StatsOutputDTOAPI > , >
StatsApi - functional programming interface
Export