GET /console/lab/committees
NO
Key | Type | Description | Match | Example |
---|---|---|---|---|
name |
string | 用姓名過濾委員會清單 | partial | 交通 委員會 |
{
rows: [
{
name
abbreviation
category
}
...
]
totalRowCount
}
GET /console/lab/committees/:name
NO
{
name
abbreviation
category
}
POST /console/lab/committees
NO
Key | Type | Required | Description |
---|---|---|---|
name |
string | 🌕 | 名稱 |
abbreviation |
string | 🌕 | 簡稱 |
category |
string: directories.committee_category | 🌕 | 分類 |
{
"name": "交通委員會",
"abbreviation": "交通",
"category": "regular"
}
Returns the newly created committee
PATCH /console/lab/committees/:name
NO
DELETE /console/lab/committees/:name
NO
204 No Content