Datasets
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all environments datasets
Required API key scopes
dataset:readPath parameters
- environment_idstring
Query parameters
- id__inarray
- limitinteger
- offsetinteger
- order_byarray
- searchstring
Response
Example request
GET /api /environments /:environment_id /datasetsExample response
Status 200
RESPONSE
Create environments datasets
Required API key scopes
dataset:writePath parameters
- environment_idstring
Request parameters
- namestring
- descriptionstring
- metadata
- deletedboolean
Response
Example request
POST /api /environments /:environment_id /datasetsExample response
Status 201
RESPONSE
Retrieve environments datasets
Required API key scopes
dataset:readPath parameters
- environment_idstring
- idstring
Response
Example request
GET /api /environments /:environment_id /datasets /:idExample response
Status 200
RESPONSE
Update environments datasets
Required API key scopes
dataset:writePath parameters
- environment_idstring
- idstring
Request parameters
- namestring
- descriptionstring
- metadata
- deletedboolean
Response
Example request
PATCH /api /environments /:environment_id /datasets /:idExample response
Status 200
RESPONSE
Delete environments datasets
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
dataset:writePath parameters
- environment_idstring
- idstring
Example request
DELETE /api /environments /:environment_id /datasets /:idExample response
Status 405 No response body
List all datasets
Required API key scopes
dataset:readPath parameters
- project_idstring
Query parameters
- id__inarray
- limitinteger
- offsetinteger
- order_byarray
- searchstring
Response
Example request
GET /api /projects /:project_id /datasetsExample response
Status 200
RESPONSE
Create datasets
Required API key scopes
dataset:writePath parameters
- project_idstring
Request parameters
- namestring
- descriptionstring
- metadata
- deletedboolean
Response
Example request
POST /api /projects /:project_id /datasetsExample response
Status 201
RESPONSE
Retrieve datasets
Required API key scopes
dataset:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /datasets /:idExample response
Status 200
RESPONSE
Update datasets
Required API key scopes
dataset:writePath parameters
- idstring
- project_idstring
Request parameters
- namestring
- descriptionstring
- metadata
- deletedboolean
Response
Example request
PATCH /api /projects /:project_id /datasets /:idExample response
Status 200
RESPONSE
Delete datasets
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
dataset:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /datasets /:id