API Data Logs: Difference between revisions

105 bytes added ,  16:23, 18 October 2020
(Created page with "''Back to Cumulus MX Local API'' == Day file Data == The all time records data response is designed for displaying on a web page, the text is formatted with HTML codes....")
 
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:


eg.
eg.
http://localhost:8998/api/data/dayfile?draw=1&start=3510&length=5
<pre>http://localhost:8998/api/data/dayfile?draw=1&start=3510&length=5</pre>


Returns...
Returns...
Line 30: Line 30:
* "recordsTotal" and "recordsFiltered" are the total number of lines found in the dayfile.txt file
* "recordsTotal" and "recordsFiltered" are the total number of lines found in the dayfile.txt file
* The first number in the array is the line number (1 relative)
* The first number in the array is the line number (1 relative)
* The rest of the array entries are the fields from the dayfile.txt - refer to [[Dayfile.txt]]