CSV dump for eForm
Get CSV file
GET
http://locahost:5000/api/template-files/csv/{id}
This endpoint allows you to get a CSV dump of all data collected on a specific eForm.
Path Parameters
Name
Type
Description
includeCheckListText
boolean
Wheter the headers should include the containing checklist text
gpsCoordinates
boolean
Whether the GPS coordinates should be included in the image urls
id
number
ID of the eForm you want to get a CSV dump for
start
string
DateTime for start of period
end
number
DateTime for end of period
utcTime
boolean
Whether the time should be in local time or UTC
Headers
Name
Type
Description
Authentication
string
Bearer access_token
Last updated
Was this helpful?