Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
api:api_tableviews_id_tabeldata [2014/07/25 08:58] Lauriapi:api_tableviews_id_tabeldata [2017/07/20 09:01] (current) – removed Safak
Line 1: Line 1:
-====== /api/tableviews/ID/tabledata ====== 
  
-===== HEAD, GET ===== 
- 
-The the tableviews data as CSV. You may use the ''HEAD'' verb to see the size of the CSV data if you want to decide if it is worth downloading it. 
- 
-**This contains exactly the same data as the tableview in the GUI, also including any "custom fields" (filled by the admin)** 
- 
-==== Syntax ==== 
- 
-  GET /api/tableviews/ID/tabledata 
-  Host: apply.example.edu 
-  Authorization: DREAM apikey="..." 
- 
-==== Response headers ==== 
- 
-  Content-Type: text/csv; charset=utf-8 
-  Content-Length: 12345 
-  Content-Disposition: attachment; filename="tableview-123-2014-02-12T15:19:21+00:00.csv"