KB : REST export csv?
Some Asset Tracker users would like to export assets to a CSV file, currently, this URL from new UI seems doing the same job without much formatting,
JIRA_URL/rest/com-spartez-ephor/2.0/assets?offset=0&sortField=-update&folderId=10000
Talked with Bartek, it should be a bug, it should require a request header in order to get the CSV file. By default, it should be JSON
So in the future versions, users will need to add the request header "CSV" in order to get the file in CSV format.
Content-type: application/csv
Another way to get the CSV file will be using the new UI in Asset Tracker, then select all assets and click "export"