GET /console/lab/acts
NO
Key | Type | Description | Match | Example |
---|---|---|---|---|
title |
string | 用標題來過濾法案清單 | partial | 民 集會 |
st |
integer: specific topic ID | 用關聯小議題來過濾法案清單 | exact | 1 2 |
{
rows: [
{
id
title
official_seq_no
specific_topics: [
{
id
title
index
image
}
...
]
}
...
]
totalRowCount
}
GET /console/lab/acts/:id
NO
{
id
title
official_seq_no
specific_topics: [
{
id
title
index
image
}
...
]
}
POST /console/lab/acts
NO
Key | Type | Required | Description |
---|---|---|---|
title |
string | 🌕 | 標題 |
official_seq_no |
string | 🌕 | 院總字號;用字串提高彈性 |
specific_topics |
array of integers: specific topic IDs | 🌕 | 關聯小議題 ID 列表 |
{
"title": "民法",
"official_seq_no": "9487",
"specific_topics": [
1, 2, 4
]
}
Returns the newly created act
PATCH /console/lab/acts/:id
NO
DELETE /console/lab/acts/:id
NO
204 No Content