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
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"
}
]
}
]