取得所有或特定狀態的計畫清單
Query Parameters
- status string
Possible values: [
draft
,cancel
,rejected
,in_progress
,approved
,delete
]計畫狀態
Responses
- 200
- 400
- 401
- 403
- 404
- application/json
- Schema
- Example (from schema)
- response
Schema
- Array [
- project_sys_code string
系統計畫代碼
- ]
[
{
"project_sys_code": "string"
}
]
[
{
"project_sys_code": "TRIXXXXXX"
},
{
"project_sys_code": "ACDXXXXXX"
}
]
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
Array [code integer錯誤碼
message string錯誤訊息
]
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
- application/json
- Schema
- Example (from schema)
- response
Schema
errors object[]
Array [code integer錯誤碼
message string錯誤訊息
]
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
{
"errors": [
{
"code": 89,
"message": "Invalid or expired token. Try to get a new one."
}
]
}
- application/json
- Schema
- Example (from schema)
- response
Schema
errors object[]
Array [code integer錯誤碼
message string錯誤訊息
]
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
{
"errors": [
{
"code": 385,
"message": "Data is deleted or not visible to you."
}
]
}
- application/json
- Schema
- Example (from schema)
- response
Schema
errors object[]
Array [code integer錯誤碼
message string錯誤訊息
]
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
{
"errors": [
{
"code": 2001,
"message": "No data found."
}
]
}
Loading...