get https://www.woopra.com/rest/3.10/logs/export
Export Woopra logs as JSON separated lines, each line contains an entire session (visit).
Parameters
file
file
To tell Woopra which file you would like to export, you simply send it the name of the log file. This is also the PST date of the log file having the format yyyy-MM-dd. Ex: 2015-02-01 is the log file for Feb 1st, 2015. Log files are rotated at midnight PST. It is a good practice to send an http HEAD request to the same endpoint to get the current log file name.
pos
(Paging or Streaming)
pos
(Paging or Streaming)Each response will contain two headers: X-Woopra-NextFile
and X-Woopra-NextPos
You can use these to programmatically determine what parameters to use for your next call so as to avoid any duplicate lines coming in.