projects
Private Projects
List private projects
get/account/projects
Query parameters
pageinteger
Page number. Used for pagination with page_size
page_sizeinteger
The number of results included on a page. Used for pagination with page
limitinteger
Number of results included on a page. Used for pagination with query
offsetinteger
Where to start the listing (the offset of the first result). Used for pagination with limit
order'published_date' | 'modified_date' | 'views'
The field by which to order.
order_direction'asc' | 'desc'
storage'group' | 'individual'
only return collections from this institution
rolesstring
Any combination of owner, collaborator, viewer separated by comma. Examples: "owner" or "owner,collaborator".
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"
}
]