v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
collections

Collection Version details

View details for a certain version of a collection

get/collections/{collection_id}/versions/{version_id}

Path parameters

collection_idinteger required

Collection Unique identifier

version_idinteger required

Version Number

Response

OK. Collection for that version

idinteger required

Collection id

titlestring required

Collection title

doistring required

Collection DOI

handlestring required

Collection Handle

urlstring required

Api endpoint

published_datestring

Date when collection was first published, null if not published

Example response

{
  "id": 123,
  "title": "Sample collection",
  "doi": "10.6084/m9.figshare.123",
  "handle": "111184/figshare.1234",
  "url": "https://api.figshare.com/v2/collections/123",
  "timeline": {
    "firstOnline": "2015-12-31",
    "publisherPublication": "2015-12-31",
    "publisherAcceptance": "2015-12-31"
  },
  "published_date": "2017-05-15T15:12:26Z"
}