|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PPMS API Doc
|
Project
Returns public information about a specific project. Note: only individuals that either have PI or Co-PI role are returned. Also, only outputs with the following project output types are returned:
http://ppms-demo.cecs.pdx.edu/api/project
{
"project": [
{
"id": 3,
"title": "Addressing Bicycle-Vehicle ...",
"abstract": "There is nationwide interest in ...",
"start_date": "2015-08-01",
"end_date": "2017-12-31",
"research_type": "Research",
"status": "completed",
"completion_date": "2017-12-31",
"total_budget": 131384,
"grant_cycle": "Natl Round 2",
"project_photo": null,
"individuals": [
{
"id": 2,
"first_name": "Sirisha",
"last_name": "Kothuri",
"role": "pi"
},
...
],
"project_outputs": [
{
"id": 3,
"title": "NITC-RR-897_Alternate_Signal_Control_Strategies_Reduce_Conflict_accessible",
"output_type": "final_report",
"url": "http://ppms-demo.cecs.pdx.edu/file/document/2b9de00c-9492-4e2c-8b2c-1dfdd103ccc4.pdf"
},
...
]
}
]
}
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||