- Create a Data Feed (more information on Data Feeds and how to create them can be found here.)
- Copy the Download Link from the desired Data Feed
- Selecting a "Filter by Time" generates data for the time allotted in the selected Time filter. For example, selecting "Last 7 Days" for the "Filter by Time" value will generate a Data Feed file that will include information from the week before the date that the file is generated
- Create a custom script on your end that will make a GET request to the Data Feed Download Link
- If successfully made, the GET request will return a .csv file with Attendance data. The custom script can be made to save this file in a specified directory in the client's server
- If the Download link has been generated with a "Filter by Time" value, it's recommended to run the recurring GET request on the Download Link in the same time interval. For example, if the download link has been generated by selecting "Last 7 Days" for the "Filter by Time" value, then the script can be set up to make a GET request to the download link every 7 days. This way, there will be no missing data between the weekly feeds
Comments
0 comments
Please sign in to leave a comment.