Skip to content

Get Available Dataset Types Use Case #363

@pdurbin

Description

@pdurbin

Dataset types can be listed via API at https://demo.dataverse.org/api/datasets/datasetTypes for example

Out of the box, this is the expected output:

{
  "status": "OK",
  "data": [
    {
      "id": 1,
      "name": "dataset",
      "linkedMetadataBlocks": [],
      "availableLicenses": []
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions