/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.
Currently it is not possible to set up new tableviews with the API. Use the GUI (or “admin” interface) to create and configure a suitable tableview. The ACL settings for the tableview are irrelevant - all tableviews are visible via the API, no matter who created them.
Syntax
GET /api/tableviews/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" }