Returns all of the datasets that the user has access to. Each dataset contains a set of minimal info, for more detailed information on a given dataset use the /api/dataset/{datasetId} endpoint.
Path parameters
filterSynthesizedbooleanRequiredDefault: true
Responses
200
OK
application/json
get
/api/Dataset
200
OK
Gets the dataset by its Id
get
Returns the dataset specified by the datasetId
Path parameters
datasetIdstringRequired
Responses
200
OK
application/json
404
The dataset cannot be found
get
/api/Dataset/{datasetId}
Creates a new dataset
post
Creates a new dataset with the specified configuration. You must specify a unique, non-empty dataset name
Body
Responses
200
OK
application/json
400
The dataset name must be specified
409
Dataset name is already in use
post
/api/Dataset
Edits a dataset
put
Updates a dataset to use the specified configuration.