Skip to main content

createDataset

POST 

/createDataset

This API is used to create a new dataset. The Authorization must have a Bearer followed by a Token. Mandatory parameters: datasetname
displayname
attributeConfig Optional parameters: datasetowner
description

Request

Body

    attributeConfigstring
    Example: carno, locationCode, city, state, country
    datasetnamestring
    Example: LatestCar
    descriptionstring
    Example: Type
    displaynamestring
    Example: new BMW

Responses

createDataset

Response Headers

  • Date

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • Vary

    string

  • X-Content-Type-Options

    string

Schema

    errorCodenumber
    Example: 0
    msgstring
    Example: Success