Tabledata
API version
Select a version to change the base URI
in syntax and code examples. Learn about versions:
in syntax and code examples. Learn about versions
Allows fetching CSV data from the tableview.
URI
/api/v9/tableviews/ID/tabledataGET Get CSV data
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 resource contains exactly the same data as the tableview in the GUI, also including any “custom fields” (filled by the admin).
Syntax
GET /api/v9/tableviews/123/tabledata
Host: apply.example.edu
Authorization: DREAM apikey="..."Example request
Request
curl
curl \
-X GET \
-H "Authorization: DREAM apikey=\"YOUR-API-KEY\"" \
"https://apply.example.edu/api/v9/tableviews/123/tabledata"Response headers
| Header | Value | Description |
|---|---|---|
Content-Type | text/csv; charset=utf-8 | Media type of the resource |
Content-Length | 12345 | Size of the response body in bytes |
Content-Disposition | attachment; filename="tableview-123-2014-02-12T15:19:21+00:00.csv" | Information on how to process the response payload, for example, a suggested filename for downloads |
Response codes
| Response code | Description |
|---|---|
200 OK | The CSV data was successfully returned |
Example response
Response
ID,Status,"Submitted date","Offer ID","Offer decision","Given name(s)","Family name(s)",Citizenship,E-mail
412,Reopened,"2025-12-12 13:37:14",445,Declined,John,Smith,"US United States",j.smith@email.com
412,Reopened,"2025-12-12 13:37:14",444,Final,Jeremy,Welsh,"US United States",j.welsh@email.com,(...)