GetDatasetsParams: {
    dataset_mime_type?: QDatasetMimeTypeParameter;
    editors?: QEditorsParameter;
    include_deleted?: QIncludeDeletedParameter;
    labels?: QLabelsParameter;
    owners?: QOwnersParameter;
    username?: QUsernameParameter;
}

Type declaration

  • Optionaldataset_mime_type?: QDatasetMimeTypeParameter

    Filter the datasets by the supplied mime_type.

  • Optionaleditors?: QEditorsParameter

    A comma-separated list of editors

  • Optionalinclude_deleted?: QIncludeDeletedParameter

    Whether to include records that are deleted

  • Optionallabels?: QLabelsParameter

    JSON string containing a list of label/value pairs for the datasets to be filtered by. If the value is set to null, then only the label is matched. If both the label and value are set, then both are matched. e.g. '{"label1": null, "label2": "value2"}'

  • Optionalowners?: QOwnersParameter

    A comma-separated list of owners

  • Optionalusername?: QUsernameParameter

    Filter the datasets by username