Navigation: <Root level> API Access |
|
The eFAACT Customer API provides secure external access to designated areas of your eFAACT database and requires an api key. Submit an eF HelpDesk request to receive your company specific api_key. This key is similar to a password and should be kept confidential.
To activate your api_key, entered the key in eFAACT Company Settings under “api_key”. To deactivate (stopping access to your data via the api) remove the key from Company Settings.
The following table shows views currently available to customers. Additional API views may be requested via the eFAACT Helpdesk, if doing so please provide detailed data specifications. Each API call currently requires passing a StartDate and EndDate.
eFAACT Customer API Introduction Video for steps
|
||||||||||||||||||
|
||||||||||||||||||
Update the "INSERT COMPANY API KEY" with your company specific API key then paste the following into the fx (function) bar.
The highlighted text (beginning with the ?) varies for each type of api call. For additional views, submit an eFAACT HelpDesk ticket outlining your requirements.
= Json.Document(Web.Contents("https://mvcservices.efaactcentral.com/efaactcentral/api/Customerapi?Viewname=labordetail&Startdate=2021-01-01&Enddate=2021-01-31",[Headers=[api_key="INSERT COMPANY API KEY"]]))
= Json.Document(Web.Contents("https://mvcservices.efaactcentral.com/efaactcentral/api/Customerapi?Viewname=fundingstatus&Startdate=2021-01-01&Enddate=2021-01-31",[Headers=[api_key="INSERT COMPANY API KEY"]]))
= Json.Document(Web.Contents("https://mvcservices.efaactcentral.com/efaactcentral/api/Customerapi?Viewname=timedetail&Startdate=2021-01-01&Enddate=2021-01-31",[Headers=[api_key="INSERT COMPANY API KEY"]]))
= Json.Document(Web.Contents("https://mvcservices.efaactcentral.com/efaactcentral/api/Customerapi?Viewname=employeeleave&Startdate=2022-07-01&Enddate=2022-07-31",[Headers=[api_key="INSERT COMPANY API KEY"]]))
= Json.Document(Web.Contents("https://mvcservices.efaactcentral.com/efaactcentral/api/Customerapi?Viewname=serviceitemhistory&Startdate=2022-07-01&Enddate=2022-07-31,[Headers=[api_key="INSERT COMPANY API KEY"]]))
= Json.Document(Web.Contents("https://mvcservices.efaactcentral.com/efaactcentral/api/Customerapi?Viewname=userlist&Startdate=2021-01-01&Enddate=2021-01-31",[Headers=[api_key=" INSERT COMPANY API KEY"]]))
=Json.Document(Web.Contents(“https://mvcservices.efaactcentral.com/efaactcentral/api/Customerapi?Viewname=taskmanagerlist&Startdate=2021-01-01&Enddate=2021-01-31”,[Headers=[api_key=”<INSERT COMPANY API KEY>"]]))
Or review the eFAACT API Sample Code Snippets |
Copyright © Penergy Technologies, Inc.