6. get_rowcount : テーブルの行数を取得¶
- GET /api/get_rowcount¶
テーブルの行数を取得する API.
リクエスト例
GET /api/get_rowcount?table_name=kabuTori&setid=1 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": 32204464, "resultMSG": "get_rowcount SUCCESS ResultCode=32204464 ElapsedTime=0.000sec" }
- Response Data:
resultCode -- 正(行数)、負(エラーコード)