取得單筆計畫基本資料
Path Parameters
- prj_sys_code string required
系統計畫代碼 (ex. MSTXXXXXX)
Responses
- 200
- 400
- 401
- 403
- 404
- application/json
- Schema
- Example (from schema)
- Response
Schema
- project_code string
計畫代號
- project_sys_code string
系統計畫代碼
- project_uuid string
計畫uuid
- project_status string
計畫狀態
- project_type_id string
計畫類別代碼
- project_type string
計畫類別
- project_name string
計畫名稱
- owner_account string
計畫擁有者的帳號
- su_qouta string
目前可用額度
- start_time string
計畫開始時間
- end_time string
計畫結束時間
- belong_to string
所屬服務商(twsc or nchc)
{
"project_code": "string",
"project_sys_code": "string",
"project_uuid": "string",
"project_status": "string",
"project_type_id": "string",
"project_type": "string",
"project_name": "string",
"owner_account": "string",
"su_qouta": "string",
"start_time": "string",
"end_time": "string",
"belong_to": "string"
}
{
"project_code": "ABCDXXX-XXXX-M-001-002",
"project_sys_code": "MSTXXXXXX",
"project_uuid": "15c8861a-e233-4368-95b9-8010f2b5b095",
"project_status": "草稿",
"project_type_id": "2",
"project_type": "XXX計畫",
"project_name": "XXX部計畫XXXXXX",
"owner_account": "xxx@xxx.xxx",
"su_qouta": "0.0000",
"start_time": "2017-12-26",
"end_time": "2018-12-26",
"belong_to": "twsc"
}
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
code integer錯誤碼
message string錯誤訊息
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
- application/json
- Schema
- Example (from schema)
- Response
Schema
errors object[]
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[]
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[]
code integer錯誤碼
message string錯誤訊息
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
{
"errors": [
{
"code": 2001,
"message": "No data found."
}
]
}
Loading...