Skip to Content
Nouvelle documentation Applite - JS SDK, Dart SDK & REST API
REST APIStatistiques

API Statistiques

Endpoints pour le suivi des métriques et statistiques de votre application.

SDK: client.app.stats

Endpoints

Obtenir une statistique

Récupère la valeur d’une statistique pour une période donnée.

POST /app/{appId}/stats/get
ChampTypeRequisDescription
apiKeystringOuiClé API
typestringOuiType de statistique
yearnumberOuiAnnée
monthnumberOuiMois (1-12)
plateformstringNonPlateforme
curl -X POST https://api.applite.ai/app/{appId}/stats/get \ -H "Content-Type: application/json" \ -d '{ "apiKey": "your_api_key", "type": "page_views", "year": 2024, "month": 1 }'
Last updated on