latestOpenAPI 3.1.02026-08-08264458.4 KB
5e35babfb8d2
versions
Show a specific dataset version
If you know the dataset version's internal id, you can request its record directly. The <code>/versions</code> endpoint lists the versions of a dataset and their ids.
get/versions/{id}
Path parameters
idinteger required
The version ID is a unique integer and can be obtained from the list of versions for a dataset.
Response
The requested version of the dataset.
Example response
{
"funders": [
{
"identifier": "https://ror.org/00x6h5n95",
"identifierType": "ror"
}
]
}