projects
Private Projects search
Search inside the private projects
post/account/projects/search
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 projects
Example response
[
{
"url": "http://api.figshare.com/v2/account/projects/1",
"id": 1,
"title": "project",
"created_date": "2017-05-16T14:52:54Z",
"modified_date": "2017-05-16T14:52:54Z",
"published_date": "2017-05-16T14:52:54Z"
}
]