/api/article/content
文章內容
GET取得專案內容資料
SearchParams
| 參數名稱 | 類型 | 必要 | 限制 |
|---|---|---|---|
| slug | string | * |
Response example
{
status: 200, body: {
"id": 2,
"slug": "digital-education",
"name": "數位人才探索計畫",
"description": "參加 Google 數位人才探索計畫的期間留下的紀錄",
"key_visual": "digital-education.png",
"created_at": "2023-04-17T05:11:00.000Z",
"updated_at": "2025-09-07T15:34:22.427Z",
"tag": "活動紀錄",
"next": {
"slug": "shopback-meet",
"name": "ShopBack: Meet The Engineers!"
},
"prev": {
"slug": "shopback-meet",
"name": "ShopBack: Meet The Engineers!"
}
}
}
{ status: 404, error: "slug not provided" }
{ status: 404, error: "slug does not exist" }
{ status: 500, error: "System error, please try again later" }