Docs Home
Projects Endpoints
Methods require researcher or admin account
Project Info
- id: number
- title: string
- leadResearcherId: number
- startDate: number date string
- endDate: number date string
Funding Source Info
- name: string
- projectId: number
- amount: number
- startDate: number date string
- endDate: number date string
GET /projects
List projects
response:
[]... Project Info
GET /projects/{:project-id}
Get project info
response:
Project Info
GET /projects/{:project-id}/equipment
List project's equipment
response:
[]... Equipment Summary
GET /projects/{:project-id}/funding
List project's funding sources
response:
[]... Funding Source Info
GET /projects/{:project-id}/researchers
List project's researchers
response:
[]...
GET /projects/{:project-id}/lead
Get name of project's lead researcher
response: