Datasets
Create Dataset
Endpoint for creating datasets (also referred to as data keys).
PUT
/
datasets
Authorizations
API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>
Body
application/json
Indicates what type of dataset you would like to create.
Available options:
TEXT
, NUMERICAL
, BOOLEAN
, FILE
, IMAGE
, DATETIME
User-facing name for the dataset.
Process id that the dataset will be associated with.
FOR NUMERICAL DATA. Upper spec limit for the dataset
FOR NUMERICAL DATA. Lower spec limit for the dataset
FOR NUMERICAL DATA. Unit that should be displayed for the dataset
Response
200 - application/json
Database id for the dataset
User facing name for the dataset
Process id associated with the dataset
Available options:
PARAMETRIC_QUANTITATIVE
, PARAMETRIC_QUALITATIVE
, CHECKBOX
, LINK
, IMAGE
, FILE
, UID
Order in which the dataset shows up relative to others
Used for property datasets, is a LRU cache of used values