This is an old revision of the document!


Webpanel API

Communication is based on HTTP protocol. Clients send HTTP POST request and get the response depending on the request. Each request must specify the credentials in case the credentials are specified for the project.

Data:

{
	ver : 1,//version
	//optional - only for non-authenticated access
	//credentials
	c: {u: “karel”, p: “x”}
 
}

{

ver : 1,//version
code: “ok”, //return code
msg: “”, //error message

c : {u: “karel”, p:”x”} must be used for further communication }

  • © Energocentrum Plus, s.r.o. 2017 - 2024