5. duplicate_item : 項目の複製¶
- GET /api/duplicate_item¶
項目を複製する API.
リクエスト例
GET /api/duplicate_item?table_name=kabuTori&item_name=売買高 HTTP/1.1 Content-Type: application/json; charset= "UTF-8" Authorization: (Loginトークン)
- Query Parameters:
table_name -- テーブル名
item_name -- 項目名
レスポンス例
HTTP/1.1 200 OK Content-Type: application/json; charset="utf-8" { "resultCode": 12, "resultMSG": "duplicate_item SUCCESS ResultCode=12 ElapsedTime=0.098sec" }
- Response Data:
resultCode -- 正(複製された項目ID)、負(エラーコード)