8. move_currentset : カレントセット(サブテーブル)の移動¶
- GET /api/move_currentset¶
カレントセット(サブテーブル)を移動する API.
リクエスト例
GET /api/move_currentset?table_name=kabuTori&setid=9 HTTP/1.1 Content-Type: application/json; charset= "UTF-8" Authorization: (Loginトークン)
- Query Parameters:
table_name -- テーブル名
setid -- 移動セットID
レスポンス例
HTTP/1.1 200 OK Content-Type: application/json; charset="utf-8" { "resultCode": 0, "resultMSG": "move_currentset SUCCESS ResultCode=0 ElapsedTime=0.000sec" }
- Response Data:
resultCode -- 0(成功)、負(エラーコード)