Plateformes
Post /statistics/platforms/{type}
Paramètres dans l'URL :
Nom | Description | Type | Obligatoire |
---|---|---|---|
/ | Détail par type d'appareil | String | Non |
/computers | Détail pour ordinateur de bureau | String | Non |
/computers/total | Total pour ordinateur de bureau | String | Non |
/mobiles | Détail pour appareil mobile | String | Non |
/mobiles/total | Total pour appareil mobile | String | Non |
Paramètres :
Nom | Description | Type | Obligatoire |
---|---|---|---|
dateBegin | Date de début au format YYYY-MM-ddThh:mm:ss | Int | Non |
dateEnd | Date de fin au format YYYY-MM-ddThh:mm:ss | Int | Non |
froms | Email(s) de l'expéditeur | Array | Non |
apiKeys | Tableau de clés Api | Array | Non |
tags | Tableau de tags | Array | Non |
Réponse :
Nom | Description | Type | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
date |
Tableau contenant les informations des emails ouverts en fonction de la date / Premier jour du mois
|
String |
Langage de programmation :
Exemple de requête :
1 2 3 4 5 | { "dateBegin" : 1454545657, "dateEnd" : 1564564564 } |
Exemple de réponse :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | { "1438387200" : [ { "open" : 16, "operatingSystem" : "LINUX" , "deviceType" : "Computer" }, { "open" : 3, "operatingSystem" : "MAC_OS_X" , "deviceType" : "Computer" } ], "1441065600" : [ { "open" : 18, "operatingSystem" : "LINUX" , "deviceType" : "Computer" }, { "open" : 6, "operatingSystem" : "WINDOWS_7" , "deviceType" : "Computer" }, { "open" : 1, "operatingSystem" : "PROXY" , "deviceType" : "Unknown" } ], "1443657600" : [ { "open" : 11, "operatingSystem" : "LINUX" , "deviceType" : "Computer" } ] } |