This is an old revision of the document!
/api/tableviews/ID
HEAD, GET
Return information about a tableview, identified by the tableview's ID. Use GET /api/tableviews to list the available tableviews and their ID's.
Syntax
GET /api/courses/123 Host: apply.example.edu Authorization: DREAM apikey="..."
Response headers
Content-Type: application/json Content-Length: 1234
Response example
{ "created": "2014-07-02T15:47:31+00:00", "modified": "2014-07-23T10:36:15+00:00", "title": "Untitled 1", "tabledata": "/api/tableviews/1/tabledata" }