Login Close


Username :  
 
Password :  
 
 



Logging in...

Overview

Application Programming Interface (API)

EpiCamera provides a Web service Application Programming Interface (API) to enable third party application developers to integrate with EpiCamera. The API provides a complete set of interfaces to access your organization’s information using simple, powerful, and secure application programming interfaces.

An application programming interface (API) specifies how some software components should interact with each others. All API Requests consist of a "call method", and "multiple parameters". And all API Requests will receive a Response which will tell the result of the API Request.

EpiCamera is using HTTP / JSON protocol. It is the most common used in web and mobile application development to access remote services.

Requests
Method name is passed as request path. For example you should request /list to call list method. Parameters are passed by either GET or POST.
Responses
Response is return in JSON array with multiple fields. The key result is always present. Example response as below:-
Successful response
{   
result: success,
data: RESPONSE BODY
}
Error response
{
result: "error message",
data: RESPONSE BODY
}
© 2024 TimeTec Cloud Sdn Bhd All rights reserved.