/
KB : REST export csv?
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"
, multiple selections available,
Related content
Format requirements for CSV files
Format requirements for CSV files
More like this
Exporting Report Results
Exporting Report Results
More like this
Import assets from CSV
Import assets from CSV
More like this
How to export data from the database
How to export data from the database
More like this
Export assets
Export assets
More like this
Asset REST services
Asset REST services
More like this