Platformes d'email
Post /statistics/emailplatforms/{type}
Paramètres dans l'URL :
Nom | Description | Type | Obligatoire |
---|---|---|---|
/ | Toutes les technologies utilisées pour lire l'email | String | Non |
/webmails | Filtre par webmail | String | Non |
/webmails/total | Total pour les webmails | String | Non |
/applications | Filtre par application | String | Non |
/applications/total | Total pour les applications | 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" : "2019-01-20T09:00:00" , "dateEnd" : "2019-01-21T22:59:59" } |
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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | { "1438387200" : [ { "open" : 16, "name" : "CHROME 43.0.2357.130" , "type" : "application" } ], "1441065600" : [ { "open" : 1, "name" : "FIREFOX11 11.0" , "type" : "webmail" }, { "open" : 10, "name" : "CHROME 44.0.2403.89" , "type" : "application" }, { "open" : 8, "name" : "CHROME 45.0.2454.85" , "type" : "application" }, { "open" : 4, "name" : "OUTLOOK2010 14" , "type" : "application" }, { "open" : 2, "name" : "CHROME 42.0.2311.90" , "type" : "application" } ], "1443657600" : [ { "open" : 6, "name" : "CHROME 45.0.2454.85" , "type" : "application" }, { "open" : 4, "name" : "CHROME 45.0.2454.101" , "type" : "application" }, { "open" : 1, "name" : "THUNDERBIRD3 38.2.0" , "type" : "application" } ] } |