projects
Create project article
Create a new Article and associate it with this project
post/account/projects/{project_id}/articles
Path parameters
project_idinteger required
Project unique identifier
Request body
Example request
{
"title": "Test article title",
"description": "Test description of article",
"tags": [
"tag1",
"tag2"
],
"keywords": [
"tag1",
"tag2"
],
"references": [
"http://figshare.com",
"http://api.figshare.com"
],
"related_materials": [
{
"id": 10432,
"identifier": "10.6084/m9.figshare.1407024",
"identifier_type": "DOI",
"relation": "IsSupplementTo",
"title": "Figshare for institutions brochure",
"is_linkout": false
}
],
"categories": [
1,
10,
11
],
"categories_by_source_id": [
"300204",
"400207"
],
"authors": [
{
"name": "John Doe"
},
{
"id": 1000008
}
],
"custom_fields": {
"defined_key": "value for it"
},
"custom_fields_list": [
{
"name": "key"
}
],
"defined_type": "media",
"license": 1,
"timeline": {
"firstOnline": "2015-12-31",
"publisherPublication": "2015-12-31",
"publisherAcceptance": "2015-12-31"
}
}Response
Created