articles
Public Articles Search
Returns a list of public articles, filtered by the search parameters
post/articles/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 articles
Example response
[
{
"id": 1434614,
"title": "Test article title",
"doi": "10.6084/m9.figshare.1434614",
"handle": "111184/figshare.1234",
"url": "http://api.figshare.com/articles/1434614",
"url_public_html": "https://figshare.com/articles/media/Test_article_title/1434614",
"url_public_api": "https://api.figshare.com/articles/1434614",
"url_private_html": "https://figshare.com/account/articles/1434614",
"url_private_api": "https://api.figshare.com/account/articles/1434614",
"timeline": {
"firstOnline": "2015-12-31",
"publisherPublication": "2015-12-31",
"publisherAcceptance": "2015-12-31"
},
"thumb": "https://ndownloader.figshare.com/files/123456789/preview/12345678/thumb.png",
"defined_type": 3,
"defined_type_name": "media",
"created_date": "2017-05-18T11:49:03Z",
"modified_date": "2017-05-18T11:49:03Z",
"published_date": "2017-05-18T11:49:03Z",
"group_id": 1
}
]