-
Notifications
You must be signed in to change notification settings - Fork 13
Web API
Friedrich Lindenberg edited this page Jun 6, 2015
·
4 revisions
-
GET /api/3/reference
- static reference data (countries, currencies etc) -
GET /api/3/sessions
- information about the current user session -
GET /api/3/datasets
- dataset listing -
POST /api/3/datasets
- create a dataset -
GET /api/3/datasets/:name
- get basic metadata -
POST /api/3/datasets/:name
- write basic metadata (also: public/private) -
DELETE /api/3/datasets/:name
- delete a whole dataset -
GET /api/3/datasets/:name/model
- get dataset model (OLAP measures and dimensions) -
POST /api/3/datasets/:name/model
- write model -
GET /api/3/datasets/:name/managers
- manager accounts -
POST /api/3/datasets/:name/managers
- edit access rights -
GET /api/3/datasets/:name/structure
- source data fields and samples -
GET /api/3/datasets/:name/sources
- list existing sources -
POST /api/3/datasets/:name/sources/submit
- submit a new source from aurl
and begin loading -
POST /api/3/datasets/:name/sources/upload
- upload afile
to create a new source and begin loading -
GET /api/3/datasets/:name/runs
- list runs for a dataset -
GET /api/3/datasets/:name/runs/:id
- get details for a run, including the log
If you are stuck with the installation or usage of SpenDB, please: search for existing bug reports or file an issue, or message the spendb mailing list.