latestOpenAPI 3.1.02026-08-08264458.4 KB

5e35babfb8d2

datasets

Get a list of all datasets

The items returned may depend on user permissions, and are paged.

get/datasets

Query parameters

pageinteger

Which page of results to view. Defaults to page 1.

per_pageinteger

Number of results to return on each page. Defaults to 20. Maximum allowed is 100.

publicationISSNstring

ISSN of a journal associated with the datasets.

publicationNamestring

ISSN of a journal associated with the datasets.

manuscriptNumberstring

Manuscript number associated with the dataset.

curationStatusstring

Curation Status

Response

A list of datasets.

countinteger
totalinteger

Example response

{
  "_embedded": {
    "stash:datasets": [
      {
        "funders": [
          {
            "identifier": "https://ror.org/00x6h5n95",
            "identifierType": "ror"
          }
        ]
      }
    ]
  }
}