Skip to content

ndi.cloud.datasets.get_datasetId

  GET_DATASETID - get a dataset

  [STATUS,DATASET, RESPONSE] = ndi.cloud.datasets.get_datasetId(DATASET_ID, AUTH_TOKEN)

  Inputs:
    DATASET_ID - a string representing the dataset id
    AUTH_TOKEN - a string representing the authentification token

  Outputs:
    STATUS - did get request work? 1 for no, 0 for yes
    DATASET - the dataset required by the user
    RESPONSE - the response from the server