v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
collections

Collection Versions list

Returns a list of public collection Versions

get/collections/{collection_id}/versions

Path parameters

collection_idinteger required

Collection Unique identifier

Response

OK. An array of versions

versioninteger required

Version number

urlstring url required

Api endpoint for the collection version

Example response

[
  {
    "version": 1,
    "url": "https://api.figshare.com/v2/collections/2000005/versions/1",
    "funding": [
      {
        "id": 1,
        "title": "Scholarly funding",
        "url": "https://app.dimensions.ai/details/grant/1"
      }
    ]
  }
]