Delta: get data from your last export
POST /export/{{fileType}}/delta
Parameters:
Name | Description | Type | Mandatory |
---|---|---|---|
dateBegin | Date begin on timestamp format | Int | No |
dateEnd | Date end on timestamp format | Int | No |
Response:
Name | Description | Type |
---|---|---|
Id | Message ID | String |
ApiKey | Api Key used to send the email | String |
CreatedDate | Created Date on time stamp format | String |
LastStateDate | Last state date of the email | String |
From | Sender | String |
Recipient | String | |
Subject | Subject of the email | String |
Size | Size of the email | Int |
Tags | If tags are added on the email | String |
LastState | Last status of the email | String |
Open | Number of open | Int |
Click | Number of click | Int |
Programming language:
Response exemple:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | { "id" : "575798eb9jhgjhg6a3495bf19c" , "apiKey" : "26e4abd0e2a709nbnbaf639124f3a22a" , "createdDate" : 1465358571, "lastStateDate" : 1465358572, "from" : "test@tipimail.com" , "email" : "test@tipimail.com" , "subject" : "Test" , "size" : 389, "lastState" : "delivered" , "open" : 0, "click" : 0 } |