Tabledata

Allows fetching CSV data from the tableview.

URI
/api/v9/tableviews/ID/tabledata

GET 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

HeaderValueDescription
Content-Typetext/csv; charset=utf-8Media type of the resource
Content-Length12345Size 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,(...)