Tabledata

Allows fetching CSV data from the tableview.

URI
/api/v10/tableviews/ID/tabledata

GET 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

HeaderValueDescription
Content-Typetext/csv; charset=utf-8The media type of the resource
Content-Length12345The size of the response body in bytes
Content-Dispositionattachment; 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 codeDescription
200 OKThe 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,(...)