collections
Public Collections Search
Returns a list of public collections
post/collections/search
Headers
X-Cursorstring
Unique hash used for bypassing the item retrieval limit of 9,000 entities. When using this parameter, please note that the offset parameter will not be available, but the limit parameter will still work as expected.
Request body
Example request
{
"search_for": "figshare",
"page": 1,
"page_size": 10,
"limit": 10,
"order_direction": "desc",
"institution": 2000013,
"published_since": "2017-12-22",
"modified_since": "2017-12-22",
"group": 2000013
}Response
OK. An array of collections
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"
}
]