取得單一計畫twcc, twgc 平台服務的啟用狀態
Path Parameters
- prj_sys_code string required
系統計畫代碼 (ex. MSTXXXXXX)
- service_name string required
服務名稱
Responses
- 200
- 400
- 401
- 403
- 404
- application/json
- success
- Schema
- Example (from schema)
Schema
- project_sys_code string
計畫代號
- service_name string
服務名稱
- is_enable string
平台服務的啟用狀態
{
"project_sys_code": "string",
"service_name": "string",
"is_enable": "string"
}
- Response
{
"project_sys_code": "MSTXXXXXX",
"service_name": "twcc",
"is_enable": 1
}
- 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...