Perform tasks related to the custom dataset including importing and deleting the data

Custom Datasets (Create Custom dataset) is a simple yet highly flexible way of getting data from almost any data source into Slemma, especially if Slemma doesn't have a native connector to that service or database.

The API currently supports only pushing data to Custom Datasets and deleting all data. Creation of the Custom Datasets isn't supported by the API and must be done through the Slemma App. Using Slemma UI, you'll need to add and define fields for your Custom Dataset. This will let Slemma know what form your data takes.

Once the Custom Dataset is created you'll get a unique identifier for that dataset. Use this key to push data to the dataset or delete data form the dataset.

990