integration_kit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
integration_kit [2019/09/23 02:05] – [Cloud based integration] wikiadminintegration_kit [2019/12/03 18:59] – [Local based integration] ingrid
Line 42: Line 42:
 ==== Local based integration ==== ==== Local based integration ====
  
-The communication between third party service and the server is direct and don’t require any internet connection. The third party app directly authenticate with Thinknx server. Authentication can be Simple Auth or Digest Auth.  The server will respond to its IP at port 5051.+The communication between third party service and the server is direct and don’t require any internet connection. The third party app can directly authenticate with Thinknx server. Authentication can be Simple Auth or Digest Auth.  The server will respond to its IP at port 5051.
 All the API calls have the following form: All the API calls have the following form:
  
Line 63: Line 63:
 All the API calls used over cloud have the following form: All the API calls used over cloud have the following form:
  
-**%%https://data.thinknx.eu/api/V1/KEY/controller?param1=value1&param2=value2%%**+**%%https://data.thinknx.eu/KEY/api/V1/controller?param1=value1&param2=value2%%**
  
 HTTP calls will be redirect to HTTPS. HTTP calls will be redirect to HTTPS.
Line 1400: Line 1400:
  
 ^ Description  ^ Get the most important information from server | ^ Description  ^ Get the most important information from server |
-^ URL          |//**api/v1/system/sendKNXfloat4bytes**//      |+^ URL          |//**api/v1/system/serverStatus**//      |
 ^ URL Params   |not required | ^ URL Params   |not required |
 ^Data Params   |not required | ^Data Params   |not required |
  • integration_kit.txt
  • Last modified: 2022/09/06 13:22
  • by wikiadmin