專題申請待審核列表 === ## post /professors/researchApply/List ## 說明 ## 欄位說明 | Attribute | Type | Meaning | | --------- |:----:|:------------:| | first_second | str | '1':專題一 '2':專題二| ## request ```json= { id: 'T9229' } ``` ## response ```javascript= [ { research_title: '...', status: 0, year: '...-...', first_second: '...', participants: [ { student_id: '...', sname: '...', email: '...', phone: '', first_second: '...', student_status: 1 }, ... ] }, ... ] ```