1. get_cell : セルの値取得¶
- GET /api/get_cell¶
セルの値を取得する API.
リクエスト例
GET /api/get_cell?table_name=kabuTori&item_name=信用買残&start_row=1&row_count=3&setid=1 HTTP/1.1 Content-Type: application/json; charset= "UTF-8" Authorization: (Loginトークン)
- Query Parameters:
table_name -- テーブル名
item_name -- 項目名
start_row -- 開始行
row_count -- 行数
setid -- セットID
レスポンス例
HTTP/1.1 200 OK Content-Type: application/json; charset="utf-8" { "resultList":[ "82,000", "4,485,000", "271,000" ], "resultMSG": "get_cell SUCCESS ResultCode=3 ElapsedTime=0.001sec" }
- Response Data:
resultList -- 値リスト(文字列)