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/v10/tableviews/ID/tabledataGET Get CSV data
Retrieve the tableview data as CSV data. Use the HEAD method to see the size of the CSV data and decide if it is worth downloading it.
This resource contains exactly the same data as the tableview in the DreamApply portal, including any custom fields populated by Administrators.
Syntax
GET /api/v10/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/v10/tableviews/123/tabledata"Response headers
| Header | Value | Description |
|---|---|---|
Content-Type | text/csv; charset=utf-8 | The media type of the resource |
Content-Length | 12345 | The 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,(...)