v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
projects

View project details

View a private project. For projects with item-type based metadata, all core and stock metadata (including title) is returned under a fields object and suppressed at the top level, with funding_list hydrated to [{id, title, grant_code, funder_name, is_user_defined, url}] (url only when a dimensions id is present). Projects without item-type based metadata keep the legacy flat shape.

get/account/projects/{project_id}

Path parameters

project_idinteger required

Project unique identifier

Response

OK. Project representation

urlstring required

Api endpoint

idinteger required

Project id

titlestring required

Project title

created_datestring required

Date when project was created

modified_datestring required

Date when project was last modified

published_datestring

Date when project was first published, null if not published

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