跳至主要内容
Version: 2.3.0

EdgeHub RESTFul APIs

EdgeHub provides a RESTFul API interface that allows users to access the following contents:

  • User's authentication
  • Groups
  • Machines (objects)
  • Parameters
  • Parameter's Realtime or Historical data
  • Devices(Gateways)
  • Tag's data

Changelog

VersionAuthorUpdate dateComment
2.1.0Sa.Jing / Yuping.Hung2024/02/29First Version
2.2.0ITsung.Shen2024/03/25Organize documentation and add descriptions
2.3.0Sa.Jing / Yuping.Hung2024/04/19Add Chapter 8 & Chapter 9 (for EdgeHub v2.3 or above)Modify 7.1, 7.2 api format (for EdgeHub v2.3 or above)

Authentication

SSO token of the logged-in user, Bearer token, obtained from the Login API response

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Bearer format:

JWT

On this page ...

Is this helpful?