monthly_report.http 340 B

12345678910111213141516171819
  1. ### 로그인
  2. # @name login
  3. POST {{baseUrl}}/api/users/login HTTP/1.1
  4. content-type: application/json
  5. {
  6. "siteId": 115,
  7. "userId": "icontrols115",
  8. "passwd": "icontrols123"
  9. }
  10. @token = {{login.response.body.AccessToken}}
  11. ### 온도 현황
  12. GET {{baseUrl}}/api/MonthlyReportData/CurrentTempHumidity
  13. ?siteId=115&month=6&year=2020