Create

POST

Create a new dataset for a project.

Path parameters

project_idstringRequired

Request

This endpoint expects an object.
namestringRequired

The name of the dataset.

descriptionstringRequired

The description of the dataset.

Response

Successful Response

idstring
namestring
datapoint_countinteger
created_atdatetime
updated_atdatetime
project_idstringDeprecated

Datasets are now files and do not belong to projects. If this dataset was created before that change, the legacy project ID will be provided here, otherwise an empty string will be returned.

descriptionstringOptional

Errors